Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Course Category Query

$course_categ_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'course-category',
		'terms'            => '47-steps',
		'field'            => 'slug',
	),
);