Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

terms

$tax_query = array(
	array(
		'taxonomy'         => 'tipo-productos',
		'terms'            => 'quesos',
	),
);