Title: Need Help In Adding Button On Header
Last modified: August 19, 2016

---

# Need Help In Adding Button On Header

 *  Resolved [dennissim](https://wordpress.org/support/users/dennissim/)
 * (@dennissim)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/need-help-in-adding-button-on-header/)
 * Hi Guys,
 * I’m here to request a help from you guys where I need to add a button on my header?
 * Showing two button, “Home” and “About” on my header’s blog: [http://www.dennissim.com/](http://www.dennissim.com/)
 * I’d would like to add one or two more buttons on my blog. Please help.
 * Thanks so much!
 * Regards,
    Dennis.

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

 *  [Len](https://wordpress.org/support/users/lenk/)
 * (@lenk)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/need-help-in-adding-button-on-header/#post-709098)
 * Those are automatically created as you write new pages. If for some reason you
   want to add one manually, such as linking to an external site then look in header.
   php for,
 *     ```
       <ul id="nav">
       	  <li class="page_item"><a href="<?php echo get_settings('home'); ?>/" title="Home">Home</a></li>
       	  <?php wp_list_pages('sort_column=menu_order&depth=1&title_li=');?>
       	</ul>
       ```
   
 * and add…
 * `<li><a href="http://somelink.com">Link</a></li>`
 *  Thread Starter [dennissim](https://wordpress.org/support/users/dennissim/)
 * (@dennissim)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/need-help-in-adding-button-on-header/#post-709102)
 * Thanks so much!!! Resolved!
 *  [ljstores](https://wordpress.org/support/users/ljstores/)
 * (@ljstores)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/need-help-in-adding-button-on-header/#post-709319)
 * Hi, I too want to add another button. I added the page but it didn’t appear in
   the menu bar at the top. Is it because i am using a theme?
    Thanks
 *  [ljstores](https://wordpress.org/support/users/ljstores/)
 * (@ljstores)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/need-help-in-adding-button-on-header/#post-709320)
 * I changed my theme so it is no longer relevant.
    thanks

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

The topic ‘Need Help In Adding Button On Header’ is closed to new replies.

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)
 * [header](https://wordpress.org/support/topic-tag/header/)
 * [header button](https://wordpress.org/support/topic-tag/header-button/)
 * [link button](https://wordpress.org/support/topic-tag/link-button/)

 * 4 replies
 * 3 participants
 * Last reply from: [ljstores](https://wordpress.org/support/users/ljstores/)
 * Last activity: [18 years, 2 months ago](https://wordpress.org/support/topic/need-help-in-adding-button-on-header/#post-709320)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
