Forums
(@smbrown)
14 years, 7 months ago
Without a filter:
$args = array('post_type' => 'page', 'posts_per_page' => '9', 'post_parent' => '0', 'post_status' => 'publish' ); $the_query = new WP_Query($args);