Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

training CPT snip

only looking for training terms

$tax_query = array(
	array(
		'taxonomy'         => 'training',
		'terms'            => 'key($tab)',
		'field'            => 'slug',
	),
);