Page 1 of 1

(SOLVED) Way to Override Site Name

Posted: Mon May 16, 2011 6:30 pm
by dmagill
Hey all,

I have a site that is One but split into two and then split into two languages. Living in Ontario it can be challenging.

The site deals with individuals dealing with who try to do conservation upgrades to their homes and property. Individuals are encouraged to share their luck or problems faced by the communities they live in.

Currently I need two Site titles:
Energy Conservation Initiatives / Projets de conservation de l’énergie
Energy Conservation Barriers / Obstacles à la conservation d’énergie

There are 6 pages total, 3 pages will have one title and 3 pages will have another.

I thought there was a way to do this on the pages themselves so unless I missed that, which I might have, is there a way?

Thank you!

D

Re: Way to Override Site Name

Posted: Mon May 16, 2011 7:36 pm
by M@rtijn
When you create a page, you have the option to specify a page title.
If your page template contains a call to this page title it will be displayed.

So, make sure your page template contains

Code: Select all

<title>{title}</title>
in the header

Re: Way to Override Site Name

Posted: Mon May 16, 2011 7:51 pm
by dmagill
... so obvious...lol

Thank you very much M@rtin. Worked Great.