4, 'order' => 'DESC', 'post_status' => 'publish', 'ignore_sticky_posts' => true, 'category_name' => ( ! empty( $bfastmag_featured_big_category ) && $bfastmag_featured_big_category != 'all' ? $bfastmag_featured_big_category : '' ), ) ); if( isset($cat)){ $wp_query = new WP_Query( array( 'posts_per_page' => 4, 'order' => 'DESC', 'post_status' => 'publish', 'ignore_sticky_posts' => true, 'category_name' => ( ! empty( $cat ) && $cat != 'all' ? $cat : '' ), )); } if ( (bool) $bfastmag_featured_big_disable !== true ) { if ( $wp_query->have_posts() ) { ?>