Child pages falling to bottom of order
-
$args = array( 'post_type' => 'page' , 'order' => 'asc', 'showposts' => '100' ); $the_query = new WP_Query( $args );
I am using this to make a “single page” site, and I have noticed that all of the child pages are placed at the bottom. Is there a workaround for this?
- The topic ‘Child pages falling to bottom of order’ is closed to new replies.