can’t get category_id
-
Can anyone tell what I’m doing wrong here. The ‘category_id’ won’t show.
<?php
$categories = get_categories($args);
foreach ($categories as $cat) {
echo ‘category_id.'”><span>’.$cat->cat_name.'</span> ‘;
}
?>*Literally pulling my hair out*
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘can’t get category_id’ is closed to new replies.