Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Course Cat Edu and Train

$course_tax_edu_train_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'course_category',
		'terms'            => 'education-training',
		'field'            => 'slug',
	),
);