test tax
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => array( 'movie', ' car' ), 'field' => 'name', 'operator' => 'EXISTS', 'include_children' => true, ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => array( 'movie', ' car' ), 'field' => 'name', 'operator' => 'EXISTS', 'include_children' => true, ), );