XF 2.1 How add a subtitle on Home page only ( Myweb - Subtitle )

dondomainer

Active member
How add a subtitle on Home page only, like

Myweb - Subtitle

I try with this, but not work.

Code:
<xf:if is="$template == 'page_container'">
   
     <title><xf:title formatter="%s | %s" fallback="{$xf.options.boardTitle}" page="{$pageNumber}" />   -  Subtitle
<xf:else />
    <title><xf:title formatter="%s | %s" fallback="{$xf.options.boardTitle}" page="{$pageNumber}" />
   
</xf:if>

can you help me plz.
 
You should probably have a bit of patience. You posted this on a holiday weekend while people are trying to spend what time they can with their families during these bad times.
 
Top Bottom