Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

wiki_tags

$tax_query = array(
	array(
		'taxonomy'         => 'wiki_tags',
		'terms'            => '$term->term_id',
		'field'            => 'term_id',
	),
);