'page', 'post__in' => array($first), ); $feature = new WP_Query( $args ); // The Loop if ( $feature->have_posts() ) { while ( $feature->have_posts() ) { ?>
the_post(); if ( has_post_thumbnail() ) { ?>
'; ?>
"; } } else { ?>