I really enjoyed the session, lots of food for thought. Particularly around preventative measures and the primary, secondary, and tertiary interventions. It really made me think about my role as a wellbeing lead for the organisation and what should be within the scope of my workload. I have a lot to feed back to my manager about how I believe my role should be developed off the back of this.
WLT
$cat= get_the_category( );
$catArra= array();
$ct_cnt=0;
foreach ($cat as $key => $value) {
if ($value->term_id!=1){
if($ct_cnt<3) {
$catArra[]=$value->name;
}
$ct_cnt++;
}
}
?>
By Angela
Nov 5, 2024