Page 1 of 1

Category Page Title

Posted: Fri Nov 19, 2010 11:10 pm
by kens
Hi all-

Thanks to some good posts here, I have been able to modify the title tags of my product pages. I now want to do the same with the category pages. Where are they? I can 't find a reference to page.title or any other relevant title spots on any of the category pages.

Any help would be appreciated.
FYI version is 7.04
Ken

Re: Category Page Title

Posted: Mon Nov 22, 2010 2:52 am
by s_ismail
You can change category title like this
Go to category.aspx page and locate this code

Code: Select all

 protected void Page_PreInit(object sender, EventArgs e)
    {
Replace with this code

Code: Select all

 protected void Page_PreInit(object sender, EventArgs e)
    {
        Page.Title = "Your_Page_Title";