Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Neuređeno

$tax_query = array(
	array(
		'taxonomy'         => 'product_cat',
		'terms'            => 'Neuređeno',
		'field'            => 'name',
		'include_children' => true,
	),
);