Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Gweb Tax Query

Gweb Tax Query

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'anno_pubblicazione',
		'terms'            => '%stringa%',
		'field'            => 'name',
		'operator'         => 'IN',
	),
);