Skip to content

Instantly share code, notes, and snippets.

@croxton
Created August 23, 2012 13:48
Show Gist options
  • Select an option

  • Save croxton/3436786 to your computer and use it in GitHub Desktop.

Select an option

Save croxton/3436786 to your computer and use it in GitHub Desktop.
Stash + ifelse + playa
{exp:stash:set_value name="tc" value="{exp:playa:total_children}" parse="inward" type="snippet"}
{exp:ifelse parse="inward"}
{if tc > 10}
...
{if:else}
....
{/if}
{/exp:ifelse}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment