Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tag ih

$tax_query = array(
	array(
		'taxonomy'         => 'tag',
		'terms'            => 'ih',
		'field'            => 'name',
	),
);