'post', 'post_per_page' => 6, 'post__in' => $mustread_post_posts, 'orderby' =>'post__in', 'ignore_sticky_posts' => true, ); $loop = new WP_Query($args); if ( $loop->have_posts() ) : $i=0; while ($loop->have_posts()) : $loop->the_post(); $i++;?>