3, 'post_status' => 'publish', 'post__in' => $about_page_array, 'orderby' => 'post__in', 'post_type' => 'page', ); $loop = new WP_Query( $args_intro ); if ( $loop->have_posts() ) : while ($loop->have_posts()) : $loop->the_post();?>