Skip to content

Instantly share code, notes, and snippets.

@asecondwill
Last active December 26, 2015 12:19
Show Gist options
  • Save asecondwill/7149907 to your computer and use it in GitHub Desktop.
Save asecondwill/7149907 to your computer and use it in GitHub Desktop.
Example of using ACF to make the usual gear on a Kindling home page
{% for item in post.get_field('slide') %}
<li>
<a href='{{item.link}}'>
<img class="orbit-slide" src="{{item.image.sizes.orbit_slide}}" >
</a>
</li>
{% endfor %}
{{post.get_field('right_hand_text')}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment