Skip to content

Instantly share code, notes, and snippets.

@kmgdevelopment
Created August 31, 2012 00:21
Show Gist options
  • Save kmgdevelopment/3546316 to your computer and use it in GitHub Desktop.
Save kmgdevelopment/3546316 to your computer and use it in GitHub Desktop.
Conditional for a Top-Level Childless Page in Structure
{if (structure:top:url == structure:page:url AND structure:child_ids != "") OR (structure:top:url != structure:page:url AND structure:child_ids == "") }
<!-- Sidebar Code or Whatever -->
{/if}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment