You are here:  » How To Change Categoy Meta Page Title


How To Change Categoy Meta Page Title

Submitted by TWDesigns on Sun, 2018-03-25 03:00 in

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

Submitted by support on Mon, 2018-03-26 08:27

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