(array) $featured_post, 'paged' => $paged, ); $filtered = new WP_Query(); $filtered->query( $filtered_args ); while ( $filtered->have_posts() ) : $filtered->the_post(); get_template_part( 'content', get_post_format() ); endwhile; // End the loop } else { // No featured post, so show the normal post list while ( have_posts() ) : the_post(); get_template_part( 'content', get_post_format() ); endwhile; // End the loop } ?> max_num_pages > 1 ) : ?>