Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

portfolio_cat

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'portfolio_category',
		'terms'            => 'tr',
		'field'            => 'term_id',
	),
);