Skip to content

Instantly share code, notes, and snippets.

@julzmon
Last active August 29, 2015 14:01
Show Gist options
  • Save julzmon/6da71346925d2188faf8 to your computer and use it in GitHub Desktop.
Save julzmon/6da71346925d2188faf8 to your computer and use it in GitHub Desktop.
Craft loop through categories
{% for category in craft.categories.group('categorieName').find() %}
{{ category.title }}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment