Skip to content

Instantly share code, notes, and snippets.

@kmgdevelopment
Created December 21, 2012 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmgdevelopment/4355362 to your computer and use it in GitHub Desktop.
Save kmgdevelopment/4355362 to your computer and use it in GitHub Desktop.
Nested Switchee Conditional
{if segment_1 == 'blog'}
{exp:switchee case='{segment_2}' parse='inward'}
{case value='#^P(\d+)$#|""|category|author'}
{!-- Content --}
{/case}
{/exp:switchee}
{/if}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment