changing page titles displayed by browser

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
Overlander

changing page titles displayed by browser

Post by Overlander »

hi
I've tried a few things, but havent been able to change the browser titles of different pages. For each page it has the same title.

How do I change the page titles displayed in web browsers?
cyberman

Re: changing page titles displayed by browser

Post by cyberman »

Go to your template. There you will found this line

Code: Select all

<title>Title of your page here</title>
Insert instead

Code: Select all

<title>{title}</title>
than the page titel has the headline from your content  ;).
Locked

Return to “Layout and Design (CSS & HTML)”