Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

resourcecats

$tax_query = array(
	array(
		'taxonomy'         => 'resourcecats',
		'terms'            => 'media-and-communications',
		'field'            => 'slug',
	),
);