[SOLVED] add category on news title
Posted: Fri Feb 27, 2015 1:57 pm
hallo
for improve seo option i would like to include in the title of the news also Category news
in cms news detail template i have:
{assign var='pagetitle' value=$entry->title}
in template page i have:
<title>{if isset($pagetitle)}{$pagetitle} - {sitename} {/if}</title>
now the page title is some this
TF 12 - TbyF - Tappi per batterie
I would like to get
TF 12 - TAPPI SFOGATOI A FILETTO M12, M18 - TbyF - Tappi per batterie
thanks in advance for the help
for improve seo option i would like to include in the title of the news also Category news
in cms news detail template i have:
{assign var='pagetitle' value=$entry->title}
in template page i have:
<title>{if isset($pagetitle)}{$pagetitle} - {sitename} {/if}</title>
now the page title is some this
TF 12 - TbyF - Tappi per batterie
I would like to get
TF 12 - TAPPI SFOGATOI A FILETTO M12, M18 - TbyF - Tappi per batterie
thanks in advance for the help