Created
May 30, 2016 04:20
-
-
Save swthate/ab991bda7ee73650e8b6627863f027f1 to your computer and use it in GitHub Desktop.
Timber ACF Relationship
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
{% set relations = TimberPost(post.get_field('relationship_field')) %} | |
{% if relations %} | |
{% for relation in relations %} | |
<h2>{{relation.title}}</h2> | |
{% endfor %} | |
{% endif %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment