ShortCode – Get Child List

This plugin provide two shortcode. Using the shortcode you can easily generate a childpage list, and also a sitemap.

Author:ksakai (profile at wordpress.org)
WordPress version required:2.9
WordPress version tested:3.0.5
Plugin version:0.4
Added to WordPress repository:16-09-2010
Last updated:23-09-2010
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://wordpress.org/extend/plugins/shortcode...
Total downloads:1 258
Active installs:10+
plugin download
Click to start download

With this plug-in, you can use shortcodes to output list of children pages or sitemap.
Write following shortcode in your post text.

Generate a sitemap : [get_sitemap]
Generate a list of child and descendant pages: [get_childlist]

You can also customize output with optional arguments:

[get_childlist id=”parentID (optional)” add=”additional element (optional)” exclude=”exclude page by id (optional, e.g. exclude=”34,123,35,23″)” exclude_by_slug=”exclude page by slug (optional, e.g. exclude_by_slug=”test,hoge,home”)]


Screenshots