Code: Select all
<title>
{if $view == 'entry'}{$entry.title}
{else}
{$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if}
{/if}
</title>
Also is it possible to make a custom title for each of the main pages e.g.
My Cool Blog – Page 2
My Cool Blog – Page 3
My Cool Blog – Page 4
So that none of the pages have exactly the same page title.
Thanks for any help. This would be useful for everyone’s blog titles.