How to Remove Hard-Coded Home Tab: Autumn Forest
-
I have looked at many forums and could not find an answer that helped for my specific theme. Normally I’ve read that you can remove the following code from the header.php file:
<li><a href=”<?php echo get_option(’home’); ?>/”>Home </a></li>
I am using the Autumn Forest theme and can’t find the above code. I created a static home page called Home (hiding the navigation tab with the Exclude Pages plugin) and set my News page as my posts page. I have 3 problems:
1) When I click on the News navigation tab, the Home tab is highlighted as well. It’s acting like the News page is the child of Home.
2) When I click on the Home tab, Home does not stay highlighted. This one’s not such a big deal, but it bugs me.
3) I can’t get comments to work on my News page (and I’m sure I have Allow Comments checked in the page options).
I was hoping that removing the hard-coded Home tab might help at least 2 of the problems. Any suggestions? I’m not great with code so step-by-step instructions would be greatly appreciated.
- The topic ‘How to Remove Hard-Coded Home Tab: Autumn Forest’ is closed to new replies.