$sticky,
'post_status' => 'publish',
'posts_per_page' => 10,
'no_found_rows' => true,
) );
// Proceed only if published posts exist
if ( $featured->have_posts() ) :
/**
* We will need to count featured posts starting from zero
* to create the slider navigation.
*/
$counter_slider = 0;
?>