Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax term

$tax_query = array(
	array(
		'taxonomy'         => 'entites',
		'terms'            => 'Hello',
	),
);