I 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: Youtube, WordPress, Google, plug-in, wp_list_pages
Related posts:
- Excluding Categories in WordPress Sidebar Widget
- Limit the Number of Pages in Your WordPress Navigation Bar
- Making WordPress SEO Friendly URLS
- Protect Your WordPress Site From a Malicious Attack
- Adding A WordPress Blog to Your Facebook Page
- Future Posting In WordPress (Video)
- Google Search Gets Dates
Comments