PJW Query Child Of

Allows you to use query_posts to list the children of a page.

Author:Peter Westwood (profile at wordpress.org)
WordPress version required:2.0
WordPress version tested:3.1.4
Plugin version:1.10
Added to WordPress repository:24-02-2009
Last updated:30-03-2011
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://blog.ftwr.co.uk/wordpress/query_child/
Total downloads:5 412
Active installs:70+
plugin download
Click to start download

This plugin allows you to run loops within your WordPress templates where you query for children of the current page.

The plugin extra arguments to the list of arguments supported by query_posts().

The query argument child_of is used to add a WHERE to the database query to limit the pages returned to those with a post_page equal to the argument provided.

The query argument child_limit is used to limit the number of pages returned.

The query argument child_offset is used to offset the limiting to allow for pagination if required.


FAQ
ChangeLog