Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

产品分类

$tax_query = array(
	array(
		'taxonomy'         => 'product-taxonomy',
		'terms'            => '7',
	),
);