Skip to content

Instantly share code, notes, and snippets.

@kmgdevelopment
Created May 13, 2014 21:46
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/91fc90c3bf0bc0ad42b7 to your computer and use it in GitHub Desktop.
Save kmgdevelopment/91fc90c3bf0bc0ad42b7 to your computer and use it in GitHub Desktop.
Structure Module: Display Content if the Current Page is Not Single and Childless
{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