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(); ?>
- /">Home
<?php wp_list_pages(); ?>
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 http://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.