numerposts argument not working
-
I am using this to display one page that is part of a category but, this is displaying all the entries. Does anyone have a solution?
$args = array(
‘numberposts’ => 1,
‘post_type’ => ‘page’,
‘post_parent’ => ‘6’,
‘order’=> ‘DESC’
);
query_posts($args);
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘numerposts argument not working’ is closed to new replies.