Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

aa

aa

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'year',
		'terms'            => 'terms',
		'field'            => 'term_taxonomy_id',
		'operator'         => 'AND',
	),
	array(
		'taxonomy'         => 'quality',
		'terms'            => 'term',
		'field'            => 'term_id',
		'operator'         => 'AND',
	),
	array(
		'taxonomy'         => 'country',
		'terms'            => 'term',
		'field'            => 'term_id',
		'operator'         => 'AND',
	),
	array(
		'taxonomy'         => 'category',
		'terms'            => 'term',
		'field'            => 'term_id',
		'operator'         => 'AND',
	),
	array(
		'taxonomy'         => 'category',
		'terms'            => 'term',
		'field'            => 'term_id',
		'operator'         => 'AND',
	),
);