Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

test

test

$tax_query = array(
	array(
		'taxonomy'         => 'portfolio-type',
		'terms'            => 'tipos_proyecto',
	),
);