Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Remove categories from page title

Remove categories from page title

Locked

Views: 1,108

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
6 Sep 2008, 3:16 AM
#1
pjb923 avatar

pjb923

Zen Follower

Join Date:
Jan 2005
Location:
NY
Posts:
135
Plugin Contributions:
0

Remove categories from page title

I am setting up a site for someone who wants the page title to remain the same all the time and just display the Store name and tagline.

I looked through the meta tags module and can't figure out if there is an easy way to do this.

I want the category and product names to be listed in the meta keywords, but not on the page title.

Does anyone have any suggestions?

6 Sep 2008, 6:33 PM
#2
s_t_e_v_e avatar

s_t_e_v_e

Zen Follower

Join Date:
Aug 2006
Location:
UK
Posts:
430
Plugin Contributions:
0

Re: Remove categories from page title

change the template for html_header.php (copy to your custom template folder -> common) and change the title tag to whatever you need...

or echo TITLE.' - '.SITE_TAGLINE;

(these are DEFINED in the meta_tags language file
instead of the metatag...

6 Sep 2008, 8:00 PM
#3
pjb923 avatar

pjb923

Zen Follower

Join Date:
Jan 2005
Location:
NY
Posts:
135
Plugin Contributions:
0

Re: Remove categories from page title

Thank you so much. I was going crazy trying to figure out which file to edit and completely missed html_header.php. :clap: