Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Query Taxonomy

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'reference',
		'terms'            => array( '25', ' 26' ),
		'field'            => 'term_id',
	),
);