Title: HOME BUTTON
Last modified: August 19, 2016

---

# HOME BUTTON

 *  [m30ndo](https://wordpress.org/support/users/m30ndo/)
 * (@m30ndo)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/home-button-2/)
 * How can I change the home button to a new link (i.e a new url link).
    site : 
   [http://www.stnicholasnairobifund.com/blog](http://www.stnicholasnairobifund.com/blog)
 * I want the home button to link me back to: [http://www.stnicholasnairobifund.com](http://www.stnicholasnairobifund.com)
 * thanks so much 🙂

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

 *  [nazcar](https://wordpress.org/support/users/nazcar/)
 * (@nazcar)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/home-button-2/#post-1098206)
 * edit your header.php
 * find:
 *     ```
       <div id="menu">
   
       				<ul><li class="page_item current_page_item">  ....
       </li>
   
       </ul>
       </div>
       ```
   
 * you can see the code that linking to your homepage.
 *  Thread Starter [m30ndo](https://wordpress.org/support/users/m30ndo/)
 * (@m30ndo)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/home-button-2/#post-1098207)
 * Thanks nazcar I have found that but I cannot write .php. I have no knowledge 
   of writing code at all… Here is the current code….
 * <div id=”menu”>
    - 
       <?php wp_list_pages(‘title_li=’ ); ?>
 * </div>
 * What would I need to write in place… THANK YOU.. 🙂
 *  [nazcar](https://wordpress.org/support/users/nazcar/)
 * (@nazcar)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/home-button-2/#post-1098209)
 * first backup your header.php:
 * second:
    delete this
 *     ```
       <li class="page_item<?php if (is_home()) echo ' current_page_item'; ?>">/">Home
       <?php wp_list_pages('title_li=' ); ?>
       ```
   
 *  and replace it with:
 *     ```
       <li class="page_item"><a href="www.stnicholasnairobifund.com">HOME</a>&nbsp;<?php wp_list_pages('title_li=' ); ?></li>
       ```
   
 * then save.
 *  Thread Starter [m30ndo](https://wordpress.org/support/users/m30ndo/)
 * (@m30ndo)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/home-button-2/#post-1098218)
 * Nazcar, thanks so much works perfectly….. WordPress WOW, and what a swift response
   when there was a problem…
 * Excellent…. 🙂 🙂
 *  [nazcar](https://wordpress.org/support/users/nazcar/)
 * (@nazcar)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/home-button-2/#post-1098228)
 * welcome.

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

The topic ‘HOME BUTTON’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 2 participants
 * Last reply from: [nazcar](https://wordpress.org/support/users/nazcar/)
 * Last activity: [16 years, 11 months ago](https://wordpress.org/support/topic/home-button-2/#post-1098228)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
