Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Food Taxonomy Query – Chicken

$food_tax_query = array(
	array(
		'taxonomy'         => 'food-type',
		'terms'            => 'chicken-dishes',
		'field'            => 'slug',
	),
);