Excluding Pages In The Wordpress Sidebar
del.icio.us Digg Furl Reddit StumbleUpon Technorati
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
Technorati Tags: Youtube, Wordpress, Google, plug-in, wp_list_pages



