Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Gallery Taxonomy – Commercial

$tax_gallery_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'gallery_taxonomy',
		'terms'            => 'commercial',
	),
);