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 Staff
The 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