Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Tax Ville&Year

$tax_ville = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'ville',
		'terms'            => 'luxembourg',
		'field'            => 'slug',
	),
	array(
		'taxonomy'         => 'annee',
		'terms'            => '2024',
		'field'            => 'slug',
	),
);