I've followed this post about setting news page's H1 tags, which works a treat.
However, my news, blog, events, company directory pages all use detailpages, which means the breadcrumb displays the page alias, and the {title} tag displays the page alias also.
What I'd like to do is something like this:
Code: Select all
{if isset($page_title)}
{title = $page_title}
{/if}
Any help would be great.
Regards,
Rich