sundance_featuring_posts(), 'posts_per_page' => 10, 'no_found_rows' => true, 'ignore_sticky_posts' => 1 ); $featured = new WP_Query( $featured_args ); // Proceed only if published posts exist if ( $featured->have_posts() ) : ?>