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