Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax_query general

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