Skip to content

Instantly share code, notes, and snippets.

@franzos
Created September 10, 2014 23:24
Show Gist options
  • Save franzos/a889451e42e3ee60576e to your computer and use it in GitHub Desktop.
Save franzos/a889451e42e3ee60576e to your computer and use it in GitHub Desktop.
ExpressionEngine Conditionals: if:elseif
{categories}
{if voice_talent_headshot:thumb80 *= "http"}
{voice_talent_headshot:thumb80}
{if:elseif category_id == '4'}
{assets}/images/headshot-man.png
{if:else}
{assets}/images/headshot-woman.png
{/if}
{/categories}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment