Created
June 11, 2018 20:32
-
-
Save badabingbreda/75d9addbb797331588e5942e298b5c2f to your computer and use it in GitHub Desktop.
Toolbox - How to use an ACF field on your ACF Field Module
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
| {% 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