Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

[ASDR] Richiamo stagione

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'stagioni',
		'terms'            => '1',
		'field'            => 'term_id',
		'operator'         => 'IN',
	),
);