Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

resource-cat

$tax_query = array(
	array(
		'taxonomy'         => 'resource-category',
		'terms'            => 'sales-plays-and-play-decks',
		'include_children' => true,
	),
);