show only grand children
-
i am using something like this:
$args=array(
‘post_type’ => ‘page’,
‘post_parent’ => 116,
‘meta_key’ => $key,
‘meta_value’ => $mvalue,
‘orderby’ => $orderby,
‘posts_per_page’ => 50,
‘order’ => $order
);
query_posts($args);but is there a way i can only show the grandchildren ie children’s children?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘show only grand children’ is closed to new replies.