Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

product atributes

$tax_query = array(
	array(
		'taxonomy'         => 'pa_kleur',
		'terms'            => '60-plus-tegels',
		'field'            => 'slug',
	),
	array(
		'taxonomy'         => 'pa_soort',
		'terms'            => 'ddd',
		'field'            => 'slug',
	),
	array(
		'taxonomy'         => 'pa_onderhoudsklasse',
		'terms'            => 'a',
		'field'            => 'slug',
	),
);