Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Untitled Snippet

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