They have gone out of their way on numerous occasions to provide me with all the resources and guidance I have required in order to provide my staff with everything they need.
I am incredibly grateful…
$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 30, 2021