Hey David,
Can you advise me where to change the category page title for a category/all categories.
Example: category:Home Appliances
To Accomplish: Home Applinaces | MyDomain.com
Thanks in advance, Tommy
Hi Tommy,
Sure - to remove the index operators from the base title, edit search.php and look for the following code at line 515:
$header["title"] = $q;
...and REPLACE with:
$header["title"] = str_replace(array("merchant:","category:","brand:",":"),"",$q);
Cheers, David. -- PriceTapestry.com
©2006-2025 IAAI Software | Contact Us | Privacy Policy
Hi Tommy,
Sure - to remove the index operators from the base title, edit search.php and look for the following code at line 515:
$header["title"] = $q;
...and REPLACE with:
$header["title"] = str_replace(array("merchant:","category:","brand:",":"),"",$q);
Cheers,
David.
--
PriceTapestry.com