Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

resource-topics

for aacalumni/resources

$tax_query = array(
	array(
		'taxonomy'         => 'resource-topics',
		'terms'            => 'categories',
		'field'            => 'slug',
	),
);