Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

category tax

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