Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

notin

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'kategoria_ref',
		'terms'            => 'w przygotowaniu',
		'operator'         => 'NOT IN',
	),
);