Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Catalog Tax Query

$catalog_tax_query = array(
	array(
		'taxonomy'         => 'category',
		'terms'            => array( 'distributions', ' productions' ),
		'field'            => 'slug',
		'include_children' => false,
	),
	array(
	),
);