Skip to content

Instantly share code, notes, and snippets.

@kmgdevelopment
Created January 19, 2016 03:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmgdevelopment/83f8275ec78b3d74c84d to your computer and use it in GitHub Desktop.
Save kmgdevelopment/83f8275ec78b3d74c84d to your computer and use it in GitHub Desktop.
Craft CMS: Output an Entry's Categories
{# '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