Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Kategorier EJ MED

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'product_cat',
		'terms'            => array( 'utgar', 'specialritade-diskbankar', 'offerter', 'temp', 'returfrakter', 'outlet', 'tillfalligt-pa-lager' ),
		'field'            => 'slug',
		'operator'         => 'NOT IN',
	),
	array(
		'taxonomy'         => 'product_visibility',
		'terms'            => array( 'exclude-from-catalog', ' exclude-from-search'' ),
		'field'            => 'name',
		'operator'         => 'NOT IN',
	),
);