Skip to content

Instantly share code, notes, and snippets.

@swthate
Created May 30, 2016 04:20
Show Gist options
  • Save swthate/ab991bda7ee73650e8b6627863f027f1 to your computer and use it in GitHub Desktop.
Save swthate/ab991bda7ee73650e8b6627863f027f1 to your computer and use it in GitHub Desktop.
Timber ACF Relationship
{% 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