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