program staff
$tax_query = array( array( 'taxonomy' => 'staff_category', 'terms' => 'program-staff', 'field' => 'slug', 'operator' => 'AND', 'include_children' => false, ), );
$tax_query = array( array( 'taxonomy' => 'staff_category', 'terms' => 'program-staff', 'field' => 'slug', 'operator' => 'AND', 'include_children' => false, ), );