Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Brand

$tax_query = array(
	array(
		'taxonomy'         => 'product_brand',
		'terms'            => 'carl-roth',
	),
	array(
	),
);