Excluding Pages In The WordPress Sidebar

WP_video_tutorial.gifI created a Youtube video to show how you can exclude a page from showing up in the WordPress sidebar of your blog. I did a quick search on Google for a plug-in but was not able to find anything. If anyone knows of a plug-in please post on the blog.

Find:
The first thing you will need to do is edit the sidebar.php file. Do a search for the following function: wp_list_pages.

Edit:
Next you will need to find the post ID for the page you want to exclude. Once you know this you will add this “&exclude=5” to your wp_list_pages function.

Example: <?php wp_list_pages(‘sort_column=menu_order&title_li&exclude=5′); ?>

Upload:
Once you have modified and saved your file then upload to your server and the page will be updated.

Done

Join the forum discussion on this post

Technorati Tags: , , , ,

Related posts:

  1. Excluding Categories in WordPress Sidebar Widget
  2. Limit the Number of Pages in Your WordPress Navigation Bar
  3. Making WordPress SEO Friendly URLS
  4. Protect Your WordPress Site From a Malicious Attack
  5. Adding A WordPress Blog to Your Facebook Page
  6. Future Posting In WordPress (Video)
  7. Google Search Gets Dates

About Josh

Comments

blog comments powered by Disqus