'post', 'posts_per_page' => 4, 'post_status' => 'publish', 'no_found_rows' => true, 'ignore_sticky_posts' => true, ]; // Add category filter if set if (!empty($blogbend_select_banner_category)) { $post_args['tax_query'] = [ [ 'taxonomy' => 'category', 'field' => 'term_id', 'terms' => $blogbend_select_banner_category, ], ]; } $banner = new WP_Query($post_args); if ($banner->have_posts()) : ?>