Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

asdasd

sdsd

$tax_query = array(
	array(
		'taxonomy'         => 'filtros',
		'terms'            => 'rendicion-de-cuentas',
		'field'            => 'slug',
		'operator'         => 'AND',
		'include_children' => false,
	),
	array(
		'taxonomy'         => 'asd',
		'terms'            => 'asdd',
		'field'            => 'slug',
		'operator'         => 'IN',
	),
);