Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax query

$tax_query = array(
	array(
		'taxonomy'         => 'stream',
		'terms'            => '$slug',
		'field'            => 'slug',
	),
);