Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

zanella_custom_category

$tax_query = array(
	array(
		'taxonomy'         => 'categorie-servizi',
		'terms'            => '$atts[\'cat\']',
		'field'            => 'term_id',
		'include_children' => true,
	),
);