Friday 12 September 2014

Call cms page in phtml file in magento


Call cms page in phtml file in magento

<?php
    $cmsPage = Mage::getModel('cms/page')->load('home','identifier');
    echo $cmsPage->getContent();
?>

1 comment:

dave said...

for "Call Phtml file on CMS Page" Magento 2 check this
http://www.onlinecode.org/call-phtml-file-cms-page-magento2/