Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Tax Minga

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'tipo_herramienta',
		'terms'            => '$id',
		'field'            => 'term_id',
		'operator'         => 'IN',
	),
);