'publish', 'post_type' => 'page', 'post__in' => $page_ids, 'no_found_rows' => 1, 'ignore_sticky_posts' => true, 'order' => 'DESC', 'orderby' => 'post__in', ); $all_posts = new WP_Query( $query_args); ?> have_posts()): ?>