Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax terms (ukproduct)

$tax_query = array(
	array(
		'taxonomy'         => 'nxpage_category',
		'terms'            => array( 'system-one', 'cartridges', 'dialysis-fluids' ),
		'field'            => 'slug',
		'operator'         => 'EXISTS',
		'include_children' => false,
	),
);