Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

edizione-csf-23

$edizione_tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'edizione',
		'terms'            => 'EDIZIONEINCORSO',
		'field'            => 'slug',
		'operator'         => 'IN',
	),
);