Catalog Tax Query
$catalog_tax_query = array( array( 'taxonomy' => 'category', 'terms' => array( 'distributions', ' productions' ), 'field' => 'slug', 'include_children' => false, ), array( ), );
$catalog_tax_query = array( array( 'taxonomy' => 'category', 'terms' => array( 'distributions', ' productions' ), 'field' => 'slug', 'include_children' => false, ), array( ), );