Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

taxonomy

$tax_query = array(
	array(
		'taxonomy'         => 'tipo_de_proyecto',
		'field'            => 'slug',
	),
);