'post', 'posts_per_page' => 4, 'post_status' => 'publish', 'order' => 'desc', 'orderby' => 'menu_order date', 'tax_query' => [ 'relation' => 'AND', [ 'taxonomy' => 'category', 'field' => 'slug', 'terms' => [$sidebar_blog_category], ], ], ]; } else { $args = [ 'post_type' => 'post', 'posts_per_page' => 4, 'post_status' => 'publish', 'order' => 'desc', 'orderby' => 'menu_order date', ]; } ?>