Exclude Categories
$tax_query = array( array( 'taxonomy' => 'category', 'terms' => array( '1', '2', '3' ), 'operator' => 'NOT IN', ), );
$tax_query = array( array( 'taxonomy' => 'category', 'terms' => array( '1', '2', '3' ), 'operator' => 'NOT IN', ), );