Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Tax1

$tax_query = array(
	array(
		'taxonomy'         => 'slidescategories',
		'field'            => 'slug',
		'include_children' => false,
	),
	array(
	),
);