Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

sezione-tax-query

$tax_query = array(
	array(
		'taxonomy'         => 'sezione',
		'terms'            => array( 'articoli', 'ordinanze' ),
		'field'            => 'slug',
		'operator'         => 'AND',
	),
);