Forums

[resolved] How to remove "Home" from 9ths Current Theme (4 posts)

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

  2. @mercime
    Member
    Posted 2 years ago #

    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>-->
  3. myessaymentor
    Member
    Posted 2 years ago #

    Problem solved! You rock, Mercime!

  4. @mercime
    Member
    Posted 2 years ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic