Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Taxonomy Query for JL Resources

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'resource-type',
		'terms'            => 'business',
		'field'            => 'name',
	),
);