Alter the output of the wp_list_pages() function's HTML. Set default arguments in Settings Panel using wp_list_pages_plus() replacement function.
You will need to alter your template files to use wp_list_pages_plus() instead of wp_list_pages('args'). This is usually located within your themes sidebar.php template.
You can now switch between using an Exclude or an Include on the settings page.
All wp_list_pages(); arguments can be set within the function's template call. Find your themes template file that contains the wp_list_pages_plus(); call, usually sidebar.php and edit the function like so, wp_list_pages_plus('args=values'); Available arguments can be found at wp list pages.
Requires: 2.5 or higher
Compatible up to: 2.7.1
Last Updated: 2009-5-15
Downloads: 6,260




