'post','posts_per_page'=>$buzznews_slider_count,'cat'=>$buzznews_slider_category_post_id);
$query = new WP_Query( $args );
while($query->have_posts()): $query->the_post();
$post_list[] = $post;
if( $count < 4 and has_post_thumbnail( ) ):
if( $buzznews_post_is_exclusive ):
$first_post[] = array_shift($post_list);
elseif( has_post_thumbnail() ):
$first_post[] = $post;
endif;
endif;
$count++;//increment the file
endwhile; // End of the loop.
foreach ( $first_post as $post_item ) : setup_postdata( $post_item );
?>
', '' );
the_excerpt();
?>