not in taxt query
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'category', 'terms' => array( 'asd', 'hduie' ), 'field' => 'term_id', 'operator' => 'NOT IN', ), );
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'category', 'terms' => array( 'asd', 'hduie' ), 'field' => 'term_id', 'operator' => 'NOT IN', ), );