September 11, 2015

How to change page title in Magento?



If you want to change page title from admin side then please follow below steps:


* Login in admin and open CMS > Static pages, then edit page which you want to change "Page Title".

* In frontend and any module, you can use xml file to set new title for your page. The syntax is:

<reference name=“header”>
    <action method=“setTitle” translate=“title”><title>Your Title Here!</title></action>
</reference>

Enjoy!

1 comment:

  1. This article is Easy to explain change page title in Magento. Thanks for sharing useful tips.

    ReplyDelete

Integrating Google reCAPTCHA v3 in HTML Form with PHP

  What is Google reCAPTCHA v3? Google reCAPTCHA is a free service that helps protect websites from spam and abuse. reCAPTCHA v3 is the lates...