Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax

$tax_query = array(
	array(
		'taxonomy'         => 'category',
		'terms'            => array( 'commercial-orders', 'hendrx-exclusive', 'genetic-preservation-library', 'cbd-cultivars', 'hemp', 'retired' ),
		'field'            => 'slug',
		'operator'         => 'IN',
	),
);