Created
September 17, 2016 21:42
-
-
Save tecumsehmaverick/131075e24a341c2f7434dba945930a5c to your computer and use it in GitHub Desktop.
Textpattern - Section Logic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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