How to create a home page tab
-
I searched the forum to find “how to create a home page tab” and found this response:
In your header.php, look for …
<div id=”naviation”
This DIV holds your nav bar, once you find that you should see something not far below that looks similiar to this…
-
<?php wp_list_pages(); ?>
Change it to….
- /”>Home
<?php wp_list_pages(); ?>
That’s a very basic example, but it should point you in the right direction.
I looked carefully in the header.php file and it doesn’t have any reference to navigation. I just installed the SEO Basics theme and I’m at https://www.survivewith.me. I have created pages but I can’t figure out how to get back to the home page since there is no tab.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to create a home page tab’ is closed to new replies.