Category not in
$tax_query = array( array( 'taxonomy' => 'category', 'terms' => 'value', 'field' => 'slug', 'operator' => 'NOT IN', 'include_children' => false, ), );
$tax_query = array( array( 'taxonomy' => 'category', 'terms' => 'value', 'field' => 'slug', 'operator' => 'NOT IN', 'include_children' => false, ), );