Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

query partner tax

$tax_query_partner_type = array(
	array(
		'taxonomy'         => 'partner_type',
		'terms'            => '1',
		'field'            => 'term_id',
	),
);