List all post categories to be used as class names in template
-
I need to find the correct tag to use to list all the category names (from within a loop) to be used in as a class name.
For example, I have a post under the categories “news” and “blog”I need to output in my loop code to look like this
<div class="news blog"></div>
I have been able to list a single category, but I need help getting a tag that will list all categories of the post, with a space between each.
Thank you
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘List all post categories to be used as class names in template’ is closed to new replies.