Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Simple select by taxonomy

$tax_query = array(
	array(
		'taxonomy'         => 'tax_slug',
	),
);