Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
What's the template tag for Categories? (or how to place them in the header).
I would like to list the categories in the header. What's the template tag to place them there?
Tagged:
0
Best Answer
-
Todd Vanilla StaffThe categories are a module so you can do the following:
echo Gdn_Theme::Module('CategoriesModule');
or{module name="CategoriesModule"}
The second syntax is for smarty templates.0
Answers