Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

blog post tax

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'blog-category',
	),
	array(
		'taxonomy'         => 'post_tag',
	),
);