Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax query categoria wetzelled

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'categoria',
		'terms'            => '12',
		'field'            => 'term_id',
	),
	array(
		'taxonomy'         => 'altura',
		'terms'            => '1',
		'field'            => 'term_id',
	),
);