Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

taxonomy-program_type

$tax_query = array(
	array(
		'taxonomy'         => 'program_type',
		'terms'            => 'bike-camp',
	),
);