'post', 'posts_per_page' => 3, 'post_status' => 'publish', 'no_found_rows' => 1, 'ignore_sticky_posts' => 1, ); // Check for category. if (!empty($spotlight_post_category_1)) : $spotlight_args_1['tax_query'] = array( array( 'taxonomy' => 'category', 'field' => 'term_id', 'terms' => $spotlight_post_category_1, ), ); endif; $spotlight_post_1 = new WP_Query($spotlight_args_1); if ($spotlight_post_1->have_posts()) : while ($spotlight_post_1->have_posts()) : $spotlight_post_1->the_post(); ?>
'post', 'posts_per_page' => 6, 'post_status' => 'publish', 'no_found_rows' => 1, 'ignore_sticky_posts' => 1, ); // Check for category. if (!empty($spotlight_post_category_2)) : $spotlight_args_2['tax_query'] = array( array( 'taxonomy' => 'category', 'field' => 'term_id', 'terms' => $spotlight_post_category_2, ), ); endif; $spotlight_post_2 = new WP_Query($spotlight_args_2); if ($spotlight_post_2->have_posts()) : while ($spotlight_post_2->have_posts()) : $spotlight_post_2->the_post(); ?>