Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Cat In

$tax_query = array(
	array(
		'taxonomy'         => 'category',
		'terms'            => 'cat_id',
	),
);