not in the media
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => 'In the Media', 'field' => 'name', 'operator' => 'NOT IN', ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => 'In the Media', 'field' => 'name', 'operator' => 'NOT IN', ), );