Created
January 19, 2016 03:23
-
-
Save kmgdevelopment/83f8275ec78b3d74c84d to your computer and use it in GitHub Desktop.
Craft CMS: Output an Entry's Categories
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{# 'groupname' is the shortname of your category group #} | |
{% for category in entry.groupnameCategories %} | |
{{ category.title }} | |
{{ category.slug }} | |
{% endfor %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment