Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

分类ID

$tax_query = array(
	array(
		'terms'            => array( '1', '2', '3' ),
	),
);