Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

cat_custom_post_type

$tax_query = array(
	array(
		'taxonomy'         => 'category',
		'terms'            => 'jacanje-metodickih-kompetencija',
		'field'            => 'slug',
		'include_children' => true,
	),
);