(SOLVED) Way to Override Site Name

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
dmagill
Forum Members
Forum Members
Posts: 165
Joined: Thu Nov 15, 2007 6:55 pm

(SOLVED) Way to Override Site Name

Post 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
Last edited by dmagill on Mon May 16, 2011 7:51 pm, edited 1 time in total.
User avatar
M@rtijn
Power Poster
Power Poster
Posts: 706
Joined: Sat Nov 14, 2009 4:54 pm

Re: Way to Override Site Name

Post 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
Make your community a better place!
dmagill
Forum Members
Forum Members
Posts: 165
Joined: Thu Nov 15, 2007 6:55 pm

Re: Way to Override Site Name

Post by dmagill »

... so obvious...lol

Thank you very much M@rtin. Worked Great.
Post Reply

Return to “CMSMS Core”