cancel
Showing results for 
Search instead for 
Did you mean: 

Category Page Layout

Category Page Layout

add-cms-page-layout

Last week I had a request to add new custom layout for few cms pages in one Magento shop. It’s really useful for different static pages of your shop. First create extension with only config file in it: app/code/local/Inchoo/AdditionalCmsPageLayouts/etc/config.xml

 

Then activate it: app/etc/modules/Inchoo_AdditionalCmsPageLayouts.xml

Clear cache, add your page/custom-static-page-1.phtml template file (or copy some default one for start) to your current theme and you’re done There is also tutorial about this on Magento Wiki. And yes, default Magento page layouts can be overridden the same way. Default layouts config can be found in app/code/core/Mage/Page/etc/config.xml along with used xml code structure, so check it out. Thank you for listening!

 

 

For more information visit: http://blog.sulopastore.com/custom-magento-cms-page-layout/#more-2065