Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tx1

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'photos_category',
		'terms'            => '34',
		'field'            => 'term_id',
		'operator'         => 'AND',
	),
);