Title: Removing &#8220;home&#8221; button ??
Last modified: August 19, 2016

---

# Removing “home” button ??

 *  [hzemall](https://wordpress.org/support/users/hzemall/)
 * (@hzemall)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/removing-home-button/)
 * 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

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [wendel-brume](https://wordpress.org/support/users/wendel-brume/)
 * (@wendel-brume)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/removing-home-button/#post-868238)
 * You need to post a link to your page so people can see what you are asking about.
 *  Thread Starter [hzemall](https://wordpress.org/support/users/hzemall/)
 * (@hzemall)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/removing-home-button/#post-868429)
 * [http://www.garageplus.org](http://www.garageplus.org)
 * Sorry…..duh 🙂
 *  [@mercime](https://wordpress.org/support/users/mercime/)
 * (@mercime)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/removing-home-button/#post-868430)
 * 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>
       ```
   
 *  Thread Starter [hzemall](https://wordpress.org/support/users/hzemall/)
 * (@hzemall)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/removing-home-button/#post-868433)
 * Awesome, thanks !
 *  [rdolesh](https://wordpress.org/support/users/rdolesh/)
 * (@rdolesh)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/removing-home-button/#post-868643)
 * Thanks mercime! That post helped me out too!! It worked like a charm in 2.7–(
   although the code was slightly different)
 *  [swami12](https://wordpress.org/support/users/swami12/)
 * (@swami12)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/removing-home-button/#post-868670)
 * Thanks also. I’ve done this in several sites and works great.
 *  [ceopz](https://wordpress.org/support/users/ceopz/)
 * (@ceopz)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/removing-home-button/#post-868690)
 * this code is not inside my header.php why?

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Removing “home” button ??’ is closed to new replies.

 * 7 replies
 * 6 participants
 * Last reply from: [ceopz](https://wordpress.org/support/users/ceopz/)
 * Last activity: [16 years, 10 months ago](https://wordpress.org/support/topic/removing-home-button/#post-868690)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
