Brilliant session. Elliot was fantastic and kept us engaged throughout. I valued insights around implementing a wellbeing strategy and a producing a solid business case.
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
Jul 10, 2024