Simple taxonomy
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'category', 'terms' => '$term->term_id', 'field' => 'term_id', 'include_children' => false, ), );
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'category', 'terms' => '$term->term_id', 'field' => 'term_id', 'include_children' => false, ), );