Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Get w/ Category

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => '11',
		'field'            => 'term_id',
	),
);