no history
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => 'History', 'operator' => 'NOT IN', 'include_children' => true, ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => 'History', 'operator' => 'NOT IN', 'include_children' => true, ), );