Magento – How to change page title of a category programmatically

categorymagento-1.7page-title

I am using magento 1.7 and i want to display the category title(meta title) as in the format of [Sub-Sub-Category] - [Sub-Categories] | main category for all sub-sub-categories.

Best Answer

  1. Login to admin panel
  2. Goto catalog-->manage categories
  3. Select category which you want to change the title
  4. Goto display options and enter there your desire page title
  5. Save category
  6. clear cache and refresh website frontend.