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