>
Download This Plugin | |
Download Elegant Themes | |
Name | PJW Query Child Of |
Version | 1.10 |
Author | Peter Westwood |
Rating | 0 |
Last updated | 2011-03-30 11:57:00 |
Downloads |
3763
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
PJW Query Child Of plugin added 3 bytes of resources to the Home page and 6 bytes of resources to the sample Post page.
PJW Query Child Of plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! PJW Query Child Of plugin ads no tables to your Wordpress blog database.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.