Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Download Terms

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