Title: Adding &#8220;home&#8221; to navigation
Last modified: August 18, 2016

---

# Adding “home” to navigation

 *  Resolved [afro](https://wordpress.org/support/users/afro/)
 * (@afro)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/adding-home-to-navigation/)
 * The template I am using populates the navigation with the site pages. How do 
   I also add a “Home” link to that navigation?
 * Here’s the code:
 * `<ul>
    <?php wp_list_pages('depth=1&title_li=' ); ?> </ul> </div><br />

Viewing 1 replies (of 1 total)

 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/adding-home-to-navigation/#post-434753)
 * `<ul>
    <?php wp_list_pages('depth=1&title_li=' ); ?> <li class="page_item"><a
   href=index.php" title="Home">Home</a></li> </ul> </div>

Viewing 1 replies (of 1 total)

The topic ‘Adding “home” to navigation’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [whooami](https://wordpress.org/support/users/whooami/)
 * Last activity: [19 years, 9 months ago](https://wordpress.org/support/topic/adding-home-to-navigation/#post-434753)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
