$sticky, 'post_status' => 'publish', 'posts_per_page' => 10, 'no_found_rows' => true ); // The Featured Posts query. $featured = new WP_Query( $featured_args ); // Proceed only if published posts exist if ( $featured->have_posts() ) : ?>