Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Cat Fornitori Tax Query

$tax_query = array(
	array(
		'taxonomy'         => 'cat_fornitori',
		'terms'            => 'term->name',
		'field'            => 'name',
	),
);