Skip to content

Instantly share code, notes, and snippets.

@a-am
Last active April 13, 2016 22:12
Show Gist options
  • Save a-am/624f6a0cd33017e20efa to your computer and use it in GitHub Desktop.
Save a-am/624f6a0cd33017e20efa to your computer and use it in GitHub Desktop.
Vent events excluding repeat event only showing original event.
{% set events = craft.venti.allEvents().isrepeat('and',null).find() %}
also
{% set events = craft.venti.events().isrepeat('and',null) %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment