Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tipologia-articolo

$tax_query = array(
	array(
		'taxonomy'         => 'tipologia-articolo',
		'terms'            => '1',
		'field'            => 'term_id',
	),
);