Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

category_tax_query — Sample

$category_tax_query = array(
	array(
		'taxonomy'         => 'category',
		'terms'            => 'trailer',
		'include_children' => true,
	),
);