wp_list_sub_pages

wp_list_sub_pages will list only pages within the same category (top-level parent) as the current page.

Author:Didier Sampaolo (profile at wordpress.org)
WordPress version required:2.0
WordPress version tested:2.7
Plugin version:0.1
Added to WordPress repository:12-04-2009
Last updated:12-04-2009
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.php-experts.org
Total downloads:2 029
Active installs:10+
plugin download
Click to start download

This WordPress plugin is oly one function. It takes exactly the same parameters as wp_list_pages, except for child_of, which is used internally.
When called on in template file, it will list :
* on the homepage of the blog, every page and subpage (default, this can be overriden by parameters)
* on every other page, only the pages with the same top-parent (parent of level 1)