Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

taxonomia-proyectos

$tax_query = array(
	array(
		'taxonomy'         => 'tipo_de_cotizacion',
		'terms'            => 'proyecto',
		'field'            => 'slug',
		'operator'         => 'AND',
	),
);