Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

yemina productos categoria

$tax_query_products = array(
	array(
		'taxonomy'         => 'categoria-yemina-producto',
		'terms'            => 'pastas-cortas',
		'field'            => 'slug',
		'operator'         => 'IN',
	),
);