Last active
August 29, 2015 14:27
-
-
Save zvineyard/b48cc0ec511e63b8b5ff to your computer and use it in GitHub Desktop.
Stream Entry Looping PyroCMS
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
{{ streams:cycle stream="employement_positions" limit="1" where="`position_slug`='[segment_2]'" }} | |
{{ entries }} | |
{{ if description != "" }} | |
<h3>Description of Position</h3> | |
<p>{{ description }}</p> | |
{{ endif }} | |
{{ /entries }} | |
{{ /streams:cycle }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment