Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax

$tax_query_cat = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'categorie-servizi',
		'terms'            => '3',
		'operator'         => 'IN',
	),
);