Posted on 11 September, 2008 By Kim Woodbridge 93 Comments

How to Exclude Pages from the WordPress Navigation Bar

 
Share

Excluded (by malias)

Have you ever wanted to create pages in WordPress but don’t want them listed in the header or footer navigation areas? You still want the pages to be accessible, perhaps listed in the sidebar, so you don’t want to make them private. You can do this by excluding pages and I’ll show you how to do it.

I have seven pages on this site but only 4, plus the home page, are listed in the header and footer. None of these pages have privacy settings. The remaining three are listed in my sidebar as links rather than in a list of pages. Do you know which ones they are? They are Bookmarks, Friendfeed Lifestream, and RSS Stream.

Pages are displayed with the following code, which is generally used in the header, footer, or sidebar.

<?php wp_list_pages();?>

This will list all of your pages until you add conditions in between ‘()’. You need to use the exclude condition and find out what number ID each page has. The exclude code looks like

<?php wp_list_pages('exclude=17,38' ); ?>
You can see that you have added 'exclude=17,38' to the original
list pages code.

Of course, we need to locate the correct ID numbers for your pages.

Go to Manage > Pages and select the name of the page in which you would like to exclude. In the address bar of your web browser will be a URL that looks like the following.

http://www.yoursite.com/wp-admin/page.php?action=edit&post=96

The number at the end, 96, is the ID number for the page and is the number you will use in the exclude code. You can do this for each page that you want to exclude as long as you put a comma between the page numbers in the code.

Are there other tweaks that you would like to add to your list of pages? Ask me about them in the comments and I will answer your questions. Or if your comment really inspires me I will write an entire article about it :-)

photo credit: malias


Related Posts:
  • WordPress How To: 5 Tips and Tricks
  • How to Exclude a Category From the Sidebar List in WordPress
  • WordPress – Collapsible Archives with the Clean Archives Reloaded Plugin
  • How to Get a Custom URL for Your Facebook Fan Page
  • Converting a Static Website to WordPress: Mary Shelley and Frankenstein Part 2
  • Posted In : WordPress Tips
    If you enjoyed this post, please subscribe to my RSS Feed. You can also connect with my Facebook page or follow me on Twitter.



    93 Responses to “How to Exclude Pages from the WordPress Navigation Bar”

    Trackbacks/Pingbacks
    1. Question for My Readers - What Wordpress Tips Would You Like Me to Write About? | (Anti) Social Development
    2. WordPress - How To Create a Delicious Bookmarks Page | (Anti) Social Development
    3. How to Exclude a Category From the Sidebar List in WordPress | (Anti) Social Development
    4. A Privacy Page! : Web Career Girl
    5. 5 Most Popular (Anti) Social Posts of All Time | (Anti) Social Development
    6. Wordpress - Pages vs Posts ?
    7. Removing Pages From Navigation in WordPress | Es Developed - Fresh Website and Graphic Design
    8. how to add a hidden page in wordpress? - Blogging & Business Forums
    9. PHP Referrer: Displaying The Referring Page
    Leave a Comment
    You may use: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> .

    CommentLuv Enabled

    Recent Comments

      • Ari Herzog: Agreed on the updates/inbox snafu. I rarely see page updates and I know where they are! .-= Ari Herzog´s last blog .....
      • jayson: Kim, Love the themes. I am looking to update the theme on my site to something more appropriate. My site is all abou...
      • vered: "I wish more people would use this. I think it’s silly when I get updates for things occuring in Kansas and California –...
      • Dennis Edell @ Direct Sales Marketing: I was speaking generally, not specifically this month. how exactly do you work things? .-= Dennis Edell @ Direct Sales M...
      • Lucy Beer: Unfortunately I think next to no-one actually sees those "Updates". They're buried in a subsection of the inbox and I do...
      • Kim Woodbridge: Hi Marbella - Thanks! I had a great time....
      • Kim Woodbridge: Hi Julie - I'll probably try kayaking again next summer but I don't know if I will become much of a kayaker - I had a di...
      • Kim Woodbridge: Hi Vered - If you ever get the chance, you should go. It's like a different world - it's so quiet and peaceful....

    About

    Kim Woodbridge is an accomplished Information and Technical Consultant specializing in the entire implementation of a WordPress based website including installation, theme design, upgrades, unique customizations and ongoing site maintenance.

    Wordpress Services

    • Installation, upgrades and maintenance
    • Conversion of existing html and css templates
    • Theme and plugin recommendations
    • CSS customizations
    • Troubleshooting and tweaks for unique situations
    • Customization for individual blogging goals and needs
    • Training and advice