Forums

Removing "home" button ?? (8 posts)

  1. hzemall
    Member
    Posted 3 years ago #

    How do I remove the first "home" button ? I could not edit it, remove it or put content in it. I can't find anything about it anywhere.

    Thoughts ? I want to just keep my Home Page that I created....

    Thanks

  2. Wendel Brume
    Member
    Posted 3 years ago #

    You need to post a link to your page so people can see what you are asking about.

  3. hzemall
    Member
    Posted 3 years ago #

    http://www.garageplus.org

    Sorry.....duh :)

  4. @mercime
    Member
    Posted 3 years ago #

    In header.php - change

    <ul>
    <li class="page_item <?php if ( is_home() ) { ?>current_page_item<?php } ?>"><a href="<?php bloginfo('url'); ?>">home</a></li>
    <?php wp_list_pages('title_li=&depth=1'); ?>
    </ul>

    to

    <ul>
    <?php wp_list_pages('title_li=&depth=1'); ?>
    </ul>
  5. hzemall
    Member
    Posted 3 years ago #

    Awesome, thanks !

  6. rdolesh
    Member
    Posted 3 years ago #

    Thanks mercime! That post helped me out too!! It worked like a charm in 2.7--(although the code was slightly different)

  7. swami12
    Member
    Posted 3 years ago #

    Thanks also. I've done this in several sites and works great.

  8. ceopz
    Member
    Posted 2 years ago #

    this code is not inside my header.php why?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.