myessaymentor
Member
Posted 2 years ago #
I am trying to set up a website through wordpress' 9ths current theme. Here is what I have so far... http://www.myessaymentor.com
All the tabs are created as pages, and I have no posts. Unfortunately, the first tab, "home", was not created by me and I cannot remove it. I'd really like to have it removed. Can someone help? Thanks!!
Open up your header.php theme file and find this section:
<ul id="nav_main">
<li><a href="http://www.myessaymentor.com/" class="selected">Home</a></li>
<!--<li><a href="about">About</a></li>-->
<li class="page_item page-item-24"><a href="http://www.myessaymentor.com/home/" title="Home">Home</a></li>
etc.
etc
</ul>
delete the following codes right under ul id="main" to just after the commented About page -:
<li><a href="http://www.myessaymentor.com/" class="selected">Home</a></li>
<!--<li><a href="about">About</a></li>-->
myessaymentor
Member
Posted 2 years ago #
Problem solved! You rock, Mercime!
Cheers.
Reminder: click dropdown to "Resolved" on right sidebar for any questions you have answered in this forum :-) Start another thread for any new question later.