Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax-sample

$tax_query = array(
	array(
		'taxonomy'         => 'categorie prodotto',
		'terms'            => array( 'tizio', ' caio', ' sempronio' ),
		'field'            => 'name',
		'operator'         => 'AND',
	),
);