Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

meal

$tax_query = array(
	array(
		'taxonomy'         => 'product',
		'terms'            => 'meals',
		'field'            => 'name',
	),
);