Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

nctv17_fullcats

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'category',
		'terms'            => array( '7053', '13595', '501', '5' ),
		'field'            => 'term_id',
		'operator'         => 'IN',
		'include_children' => true,
	),
);