This is a discussion on Title is Different on Category Page compared to the Homepage within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; The title changes on the homepage on the category page, and on the product page. On the Home Page it ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| The title changes on the homepage on the category page, and on the product page. On the Home Page it looks cool. on the category page, it shows category: and then site name and on the product page it is ok. How can i fix the category page? examples: Homepage = HomePage : Welcome Category= Category : Homepage Product = HomePage: Product I want Category to also be: HomePage : Category |
|
#2
| |||
| |||
| help-please |
|
#3
| ||||
| ||||
| in meta_tags.php look for all instances of META_TAG_TITLE (there is about 25 or so of them). This set the text to be displayed for the <title></title> for each page of your site. Find the one you would like to rearange to suit your taste. More than likly changing (there are TWO of these in the file): Code: define('META_TAG_TITLE', $mt_category['categories_name'] . PRIMARY_SECTION . TITLE . $web_site_tagline);
Code: define('META_TAG_TITLE', TITLE . $mt_category['categories_name'] . PRIMARY_SECTION . $web_site_tagline);
|
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| replace HEADING_TITLE with category title | chrismole | osCMax v2 Customization/Mods | 3 | 06-30-2006 05:46 PM |
| Why is there a buy now button on the category title bar | stevemitch2 | osCMax v2 Installation issues | 0 | 07-13-2005 11:43 AM |
| Another Page Title Question | sparks01 | osCMax v1.7 Discussion | 4 | 01-19-2005 06:56 AM |
| page title | samsin1 | osCMax v1.7 Installation | 1 | 09-14-2004 08:36 PM |
| page title | Anonymous | osCMax v1.7 Discussion | 1 | 11-06-2003 01:39 PM |