'page', 'post__in' => (array)$breaking_id, 'orderby' => 'post__in', 'posts_per_page' => 4, 'ignore_sticky_posts' => true, ); $query = new WP_Query( $args ); $i = -1; if ( $query->have_posts() ) : while ( $query->have_posts() ) : $query->the_post(); $class=''; if ($i==0) { $class='display-block'; } else{ $class='display-none';} ?>