Hello my first time posting here!!!
I am using CMS 1.10.3 "Hyacinthe"
My main template has three columns the left has News (the default news module that came installed). The middle column has content and the template looks like this...
<h1>{title}</h1>
{content}
My issue is when I click a News heading from my left column and go to the news detail page the news detail template seems to replace or take over where {content} is from the main template but <h1>{title}</h1> maintains the page title that I was on when I navigated to the news detail page.
So if I was on a page titled "About Us" and click a News item the page showing my news still says "About Us" and then the news detail template takes over where I have the actual title of the news item, date and content.
How can I get my News title on the News detail template to override or replace the previous page {title} from my main template?
Page {title}
Re: Page {title}
Look down a few post on how to change the {title}...
http://forum.cmsmadesimple.org/viewtopi ... =4&t=11689
http://forum.cmsmadesimple.org/viewtopi ... =4&t=11689
Re: Page {title}
Thanks so much for pointing me to this post! I did try to search for an answer first. Thanks again for the direction.