Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Cats

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