1, 'post_type' => 'post', 'post_status' => 'publish', 'ignore_sticky_posts' => true, ); $featured_query = new WP_Query($featured_args); if ($featured_query->have_posts()) : while ($featured_query->have_posts()) : $featured_query->the_post(); ?>