Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Tax Test

$tax_query = array(
	'relation' => 'AND',
	array(
		'terms'            => 'distress',
		'field'            => 'name',
	),
	array(
		'taxonomy'         => 'post,article',
	),
);