Skip to content

Instantly share code, notes, and snippets.

@badabingbreda
Created June 11, 2018 20:32
Show Gist options
  • Select an option

  • Save badabingbreda/75d9addbb797331588e5942e298b5c2f to your computer and use it in GitHub Desktop.

Select an option

Save badabingbreda/75d9addbb797331588e5942e298b5c2f to your computer and use it in GitHub Desktop.
Toolbox - How to use an ACF field on your ACF Field Module
{% for item in __field__ %}
<h3>{{item.title}}</h3>
<p>{{item.preview(100)}}</p>
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment