• Resolved myessaymentor

    (@myessaymentor)


    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!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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>-->

    Thread Starter myessaymentor

    (@myessaymentor)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove “Home” from 9ths Current Theme’ is closed to new replies.