'post', 'posts_per_page' => 3, 'offset' => 3, 'orderby' => 'date', 'order' => 'DESC', 'ignore_sticky_posts' => true ); $query = new WP_Query($args); if ( $isFeaturedSection && $query->have_posts() ) : ?>