Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

datasheet1

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'product-line',
		'terms'            => 'ups',
		'field'            => 'slug',
	),
	array(
		'taxonomy'         => 'manufacturer',
		'terms'            => 'john-deere',
		'field'            => 'slug',
	),
);