Such a great day thank you. Really helpful and informative and great to connect with like-minded professionals all striving for better wellbeing within the workplace. Great to also have the CBT and career planning parts to really focus and create an action plan. I’ve come away with a great action list and more clarity.
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