Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax-1

taxonomy base

$tax_query = array(
	array(
		'taxonomy'         => 'cstegorie-area',
		'field'            => 'name',
		'include_children' => true,
	),
);