Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

resource cats

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'category',
		'terms'            => 'Pest Pro Resources',
		'field'            => 'name',
		'operator'         => 'IN',
	),
	array(
		'taxonomy'         => 'category',
		'terms'            => 'Bora-Care',
		'field'            => 'name',
		'operator'         => 'AND',
	),
);