Allows you to use query_posts to list the children of a page.
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.
Requires: 2.0 or higher
Compatible up to: 3.1.4
Last Updated: 2011-3-30
Downloads: 3,463
0 of 1 support threads in the last two months have been resolved.
Got something to say? Need help?