Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

category_wp_tax_query

$category_post = array(
	array(
		'taxonomy'         => 'category',
	),
	array(
		'taxonomy'         => 'tags',
	),
);