'publish', 'post_type' => 'post', 'post__in' => array($video_one, $video_two, $video_three, $video_four, $video_five), 'orderby' => 'post__in', 'posts_per_page' => -1, ); $video_qry = new WP_Query($video_args); if ($video_qry->have_posts()) { ?>
have_posts()) { $video_qry->the_post(); if ($video_qry->current_post == 2) { $image_size = 'video-post-large'; $div_class = 'large-post'; } else { $image_size = 'video-post-small'; $div_class = 'small-post'; } if ($video_qry->current_post == 0 || $video_qry->current_post == 2 || $video_qry->current_post == 3) echo '
' ?> current_post == 1 || $video_qry->current_post == 2 || $video_qry->current_post == 4) echo '
'; } wp_reset_query(); ?>