Skip to content

Instantly share code, notes, and snippets.

@tecumsehmaverick
Created September 17, 2016 21:42
Show Gist options
  • Save tecumsehmaverick/131075e24a341c2f7434dba945930a5c to your computer and use it in GitHub Desktop.
Save tecumsehmaverick/131075e24a341c2f7434dba945930a5c to your computer and use it in GitHub Desktop.
Textpattern - Section Logic
<txp:if_section name='<txp:section />'>
<txp:if_article_list>
<txp:if_category>
<!-- category page -->
<txp:else />
<!-- section landing page -->
</txp:if_category>
<txp:else />
<!-- individual article page -->
</txp:if_article_list>
</txp:if_section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment