WUFT
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => array( 'state', 'tropical', 'wuft' ), 'field' => 'slug', 'operator' => 'IN', ), array( 'taxonomy' => 'category', 'terms' => 'expired', 'operator' => 'NOT IN', ), );