Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

c_taxonomy

$tax_query = array(
	array(
		'taxonomy'         => 'resource_type',
		'terms'            => 'e-courses',
	),
);