Magento: Cms Page Meta Title

As in magento default there is no option for cms pages to input meta title but you can do this by following the steps: Step1: Open your database find the table cms_page open the table and add a column named with meta_title Step2: Then in app/code/core/Mage/Adminhtml/Block/Cms/Page/Edit/Tab/Meta.php find the function protected Read more…