Page 2 of 2

[SOLVED] Re: [solved] CGblog post title in page title

Posted: Thu Jul 08, 2010 4:31 am
by inyerface
Wll it *was* set to True... but setting it to False WORKED!!!  I'm way too excited now! Thank you for finding the fault!  

Mitch

Re: [solved] CGblog post title in page title

Posted: Wed Oct 26, 2011 3:20 pm
by carasmo
This works:

Code: Select all

{assign var='pagetitle'  value=$entry->title}
Top of news or blog detail

In your page template

Code: Select all

<title>{if isset($pagetitle)}{$pagetitle}{else}{title}{/if} | {sitename}</title>