oxygen_featured_posts(),
'posts_per_page' => 6,
'ignore_sticky_posts' => 1
);
// The Featured Posts query
$featured = new WP_Query( $featured_args );
// We will need to count featured posts starting from zero to create the slider navigation.
$post_counter = 0;
?>
have_posts() ) : $featured->the_post();
// Increase the counter.
$post_counter++;
//Make sure we don't see any posts without thumbnail
if ( '' != get_the_post_thumbnail() ) { ?>
←
→
post_count > 1 ) : ?>