• I just need to know how to output a category name by ID… seems pretty simple, just cant find it in the documentation.

Viewing 1 replies (of 1 total)
  • Thread Starter haddytech

    (@haddytech)

    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.

Viewing 1 replies (of 1 total)
  • The topic ‘Output Cat Name by ID’ is closed to new replies.