Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

category PST2

$tax_query = array(
	array(
		'taxonomy'         => 'category',
		'terms'            => 'PST2',
		'field'            => 'name',
		'include_children' => false,
	),
);