Skip to content

Instantly share code, notes, and snippets.

@ademers
Created March 21, 2013 13:53
Show Gist options
  • Save ademers/5213154 to your computer and use it in GitHub Desktop.
Save ademers/5213154 to your computer and use it in GitHub Desktop.
Craft: Loop through Globals
{% for field in myGlobalSet.fieldLayout.fields %}
<li>{{ attribute(myGlobalSet, field.field.handle) }}</li>
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment