I just need to know how to output a category name by ID... seems pretty simple, just cant find it in the documentation.
I just need to know how to output a category name by ID... seems pretty simple, just cant find it in the documentation.
Guess no ones awake today, had to figure it out myself...
$thisCategory = getCategory(6);
$catName = thisCategory->cat_name;
echo $catName;
Just incase someone needs it.
This topic has been closed to new replies.