kentico_radekm
-
12/4/2009 4:42:40 AM
RE:Page title missing
Hello.
At first, I did not test a third-party page title web part mentioned above, so I cannot give a comment to it. But in general how it works... If you are using Portal engine, you don´t need to change anything in your Visual Studio, all settings are available in user interface, in Site Manager and CMSDesk.
When you go to Site Manager -> Settings -> (select web site from drop-down menu) -> Web site, you can see two properties – Page title format and page title prefix. By default, the Page title format is filled by this macro : {%prefix%} - {%pagetitle_orelse_name%} and in Page title prefix in name of the site. If you do not have specified these value on document level, the result is following. On every page, you will see title consists from site name + document name, e.g. Corporate site – Home. If you change it on document level in CMSDesk -> select document -> Properties -> Metadata -> Page title and put here e.g. NewHome, then the result is Corporate Site – NewHome.
Of course, you can override it in aspx page in code-behind, but it is not necessary when using a Portal engine.
Best Regards, Radek Macalik Support Engineer
|