Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

services types

$tax_query = array(
	array(
		'taxonomy'         => 'service_types',
		'terms'            => 'digital-marketing-course',
	),
);