I had been trying to figure out how to have a completely different Title tag for my directory's homepage and the inner pages. I wanted the homepage to be: Bam Directory - Always Innovating Website Directory While the inner pages looked something like this: Universal Medical ID Canada - Bam Directory Here is the solutions: {php}if(strstr($_SERVER['PHP_SELF'], 'index')) {{/php} {if $category.ID eq 0 and !$list && !$search} <title>Your Directory - Slogan</title> {/if} {php}}{/php} <title>{$tdescription} {if empty ($tdescription)}{$smarty.capture.title|strip|trim}{/if} - {if empty ($TITLE)}{$smarty.const.DIRECTORY_TITLE|escape|trim}{/if}</title> Code (markup):