We'll create fresh WordPress site with PJW Query Child Of installed. You have 20 minutes to test the plugin after that site we'll be deleted.
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.