This was a really insightful course which I would fully recommend. I now feel I have the knowledge and understanding to confidently create and implement a Well-being Strategy. I found the statistics presented interesting and gave real weight to why this course and well-being within the workplace is so important. Discussing the psychology behind our mindset really invoked some fantastic discussions. I am excited to be able to use the Well-being hub and the resources it offers.
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
Sep 17, 2024