Title: Page management issues.
Last modified: August 18, 2016

---

# Page management issues.

 *  [hondo](https://wordpress.org/support/users/hondo/)
 * (@hondo)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/page-management-issues/)
 * I’ve looked through the page related posts and couldn’t find my problem so I 
   decided to strat a new one. I’m new to word press and learning as I go so please
   forgive my dumb questions or incorrect lingo.
 * So I started up Word Press and found a nice theme that I liked only to realize
   that it didn’t work correctly in all browsers. So I changed the themes, but with
   this new theme (red_is_nice) it has pages/buttons just under the header that 
   I can’t edit or even find in any of the management screens I look in. Now I can’t
   even add new pages/buttons. What ever new pages I make just doesn’t show up.
 * What am I doing wrong?

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

 *  [Michael Bishop](https://wordpress.org/support/users/miklb/)
 * (@miklb)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/page-management-issues/#post-397418)
 * The horizontal menus in headers _generally_ are done dynamically using a template
   tag, wp_list_pages, and CSS.
 * As you write a new Page (not post),they are added. If you want to add links that
   are not Pages, you would add in the header (assuming the header is doing dynamic
   Page listing)
    `<ul> <li><a href="<?php bloginfo('siteurl'); ?>">Home</a></li
   > <?php wp_list_pages('title_li=') ;?> <li><a href="http:yourlinkhere.com">External
   Link</a></li> </ul>
 * where yourlinkhere.com is the URL for the external link, and Link is the name
   of the link.
 * If I’m misunderstanding, or your theme is different, let us know.
 *  Thread Starter [hondo](https://wordpress.org/support/users/hondo/)
 * (@hondo)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/page-management-issues/#post-397429)
 * Yes that worked great! Thank you very much ^_^

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

The topic ‘Page management issues.’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [hondo](https://wordpress.org/support/users/hondo/)
 * Last activity: [19 years, 10 months ago](https://wordpress.org/support/topic/page-management-issues/#post-397429)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
