Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Category Taxonomy Query | Article Post Type Lists

$tax_cat_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'category',
		'field'            => 'name',
		'operator'         => 'EXISTS',
	),
);