Radi Member Feb 10, 2015 #1 Hi, I am looking for a way to tell if I am on the home page. I used {$isIndexPage} like so: <xen:if is="{$isIndexPage}"> But that does not work ones you go to the next Page. Where can I find more information on how to do that?
Hi, I am looking for a way to tell if I am on the home page. I used {$isIndexPage} like so: <xen:if is="{$isIndexPage}"> But that does not work ones you go to the next Page. Where can I find more information on how to do that?
Steve F Well-known member Feb 10, 2015 #2 24. How can I show content on a specific page? <xen:if is="{$contentTemplate} == 'xyz'"> This content will show on the xyz template </xen:if> https://xenforo.com/community/resources/conditional-statements.1604/ Upvote 0 Downvote
24. How can I show content on a specific page? <xen:if is="{$contentTemplate} == 'xyz'"> This content will show on the xyz template </xen:if> https://xenforo.com/community/resources/conditional-statements.1604/