Cats
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'collection', 'terms' => '324', 'operator' => 'IN', ), array( 'taxonomy' => 'tagged', 'terms' => '444', ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'collection', 'terms' => '324', 'operator' => 'IN', ), array( 'taxonomy' => 'tagged', 'terms' => '444', ), );