Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Product Cat – Whitepapers

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'product_cat',
		'terms'            => 'whitepapers',
		'field'            => 'slug',
		'operator'         => 'IN',
	),
	array(
	),
);