'post', 'posts_per_page' => $no_of_full_width_cat_posts, 'post_status' => 'publish', 'tax_query' => array( array( 'taxonomy' => 'category', 'field' => 'term_id', 'terms' => $full_width_blocks_cat, ), ), ); $posts = new WP_Query($post_args); if ($posts->have_posts()): ?>