Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. {% for entry in craft.entries.section('volunteerPosition').find() %}
  2. {% if entry.volunteerPosition|length %}
  3.  
  4. {{entry.volunteerShortDescription}}
  5.  
  6. {% else %}
  7.  
  8. Sorry, Nothing to show.
  9.  
  10. {% endif %}
  11. {% endfor %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement