Created
September 17, 2016 21:42
-
-
Save tecumsehmaverick/0ed3db03ff1b787638c6b27ad5b58396 to your computer and use it in GitHub Desktop.
Textpattern - Page Title
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:if_category> | |
<txp:hide>in a category url off of the root</txp:hide> | |
<txp:category title="1" /> › <txp:site_name /> | |
<txp:else /> | |
<txp:hide>the home page</txp:hide> | |
<txp:site_name /> › <txp:site_slogan /> | |
</txp:if_category> | |
<txp:else /> | |
<txp:if_article_list> | |
<txp:if_category> | |
<txp:hide>category list</txp:hide> | |
<txp:category title="1" /> › <txp:section title="1" /> | |
<txp:else /> | |
<txp:hide>section landing</txp:hide> | |
<txp:section title="1" /> | |
</txp:if_category> | |
<txp:else /> | |
<txp:hide>page</txp:hide> | |
<txp:title /> | |
<txp:if_article_category> | |
<txp:hide>category name</txp:hide> | |
› <txp:category1 title="1" /> | |
</txp:if_article_category> | |
<txp:hide>section name</txp:hide> | |
› <txp:section title="1" /> | |
</txp:if_article_list> | |
<txp:hide>site name</txp:hide> | |
› <txp:site_name /> | |
</txp:if_section> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment