Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax-query

$tax_query = array(
	array(
		'taxonomy'         => 'tipo_de_analisis',
		'terms'            => 'analisis-gratuito',
		'field'            => 'slug',
		'include_children' => false,
	),
);