Title: Show home
Last modified: August 19, 2016

---

# Show home

 *  [MsCrow](https://wordpress.org/support/users/mscrow/)
 * (@mscrow)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/show-home/)
 * Hello
 * I think this is probably a simple problem but it’s got me vexed. I want to show
   the home link in my sidebar menu so I altered this: `<?php wp_list_pages('title_li
   ='); ?>`
 * to this: `<?php wp_list_pages('show_home=1&title_li='); ?>`
 * It’s not working ([http://www.unisonmanchester.org](http://www.unisonmanchester.org)).
   Perhaps I should be using the other list pages code but that doesn’t include 
   the
    which is how my sidebar works.
 * Can you help?

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

 *  [Chinmoy](https://wordpress.org/support/users/chinmoy/)
 * (@chinmoy)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/show-home/#post-1624782)
 *     ```
       <ul>
        <li>Home</li>
        <?php wp_list_pages('title_li='); ?>
       </ul>
       ```
   
 * IF you use WP 3.0 use wp_nav_menu() functions
 *  Thread Starter [MsCrow](https://wordpress.org/support/users/mscrow/)
 * (@mscrow)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/show-home/#post-1624789)
 * Hmm, I added that but it doesn’t work (thanks for responding). This is the full
   code of that section in sidebar.php
 *     ```
       <li>
       <h2><?=__('Pages')?></h2>
       <ul>
       <li>Home</li>
       <?php wp_list_pages('title_li='); ?>
       </ul>
       </li>
       ```
   
 *  [Chinmoy](https://wordpress.org/support/users/chinmoy/)
 * (@chinmoy)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/show-home/#post-1624794)
 *     ```
       <li>
       <h2><?=__('Pages')?></h2>
       <ul>
       <li><a href="<php bloginfo('home')?>/">Home</a></li>
       <?php wp_list_pages('title_li='); ?>
       </ul>
       </li>
       ```
   
 * Try it now.
 *  Thread Starter [MsCrow](https://wordpress.org/support/users/mscrow/)
 * (@mscrow)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/show-home/#post-1624796)
 * Thanks for replying again.
 * It’s just not working. I have added the custom menu widget (which was acting 
   up yesterday so I hadn’t used it) which I have a ‘home’ link on. Below, I have
   left the ‘pages’ widget which isn’t showing ‘home’ despite your sensible mod.
 * *scratches head*

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

The topic ‘Show home’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [MsCrow](https://wordpress.org/support/users/mscrow/)
 * Last activity: [15 years, 9 months ago](https://wordpress.org/support/topic/show-home/#post-1624796)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
