Guest Posted February 11, 2005 Share Posted February 11, 2005 I am trying to edit my Title Meta tag for each page, so I came up with this I replaced <title><?php echo TITLE;?></title> with <title><?php echo strip_tags($breadcrumb->trail(' » '));?> </title> Now this worked as it brings my category and product name in the title tag but it also brings up: Top>>Catalog>> I don't want it to include this... Any ideas? Thanks, Mike Link to comment Share on other sites More sharing options...
Guest Posted February 11, 2005 Share Posted February 11, 2005 Change Top and Catalog to something more meaningful? Alternately, you can create a custom function to shift those values from the array. Amanda (boxtel) had a post in the tips and tricks section (I believe) about this very topic. Please search that channel for her post....it's a nice one. Bobby Link to comment Share on other sites More sharing options...
Guest Posted February 11, 2005 Share Posted February 11, 2005 Change Top and Catalog to something more meaningful? Alternately, you can create a custom function to shift those values from the array. Amanda (boxtel) had a post in the tips and tricks section (I believe) about this very topic. Please search that channel for her post....it's a nice one. Bobby <{POST_SNAPBACK}> Thanks Chemo... I've learned a lot from you.. I truely appreciate it. Mike Link to comment Share on other sites More sharing options...
Guest Posted February 11, 2005 Share Posted February 11, 2005 I did the "Really Easy HTML Title" contribution. It works pretty well, but I don't want the name of the shop to appear before the product category and name... Any ideas? Link to comment Share on other sites More sharing options...
Richard Bailey Posted February 16, 2005 Share Posted February 16, 2005 http://www.oscommerce.com/forums/index.php?showtopic=133304&hl= Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.