'post', 'posts_per_page' => 8, 'post_status' => 'publish', 'orderby' => 'date', 'order' => 'DESC', ); if (!empty($featured_block_category)) : $post_args['tax_query'][] = array( 'taxonomy' => 'category', 'field' => 'term_id', 'terms' => absint($featured_block_category), ); endif; $featured_block_posts = new WP_Query($post_args); ?>