Really useful session with lots of insights. All of it was fantastic, I found the session around Mindset very interesting and the Development session with Amanda particularly helpful. I feel inspired and re-energised after the session.
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 2, 2024