Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Category and Producer

test

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'category',
		'terms'            => '199',
		'field'            => 'term_id',
		'operator'         => 'IN',
	),
	array(
		'taxonomy'         => 'attribute',
		'terms'            => 'pa_producator',
		'field'            => 'slug',
		'operator'         => 'IN',
	),
	array(
		'taxonomy'         => 'attribute_term',
		'terms'            => '217',
		'operator'         => 'IN',
	),
);