Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

CoreLife Menu Tax

$tax_query = array(
	array(
		'taxonomy'         => 'menu_categories',
		'terms'            => array( 'vegetable-broth-bowls', ' green-bowls', ' grain-bowls', ' broth-bowls', ' bone-broth-bowls' ),
		'field'            => 'term_taxonomy_id',
	),
);