Display CMS content with block and widget in Magento

<?php echo Mage::getBlockSingleton(‘cms/page’)->getPage()->getContent(); ?>

<?php echo Mage::helper(‘cms’)->getPageTemplateProcessor()->filter(Mage::getBlockSingleton(‘cms/page’)->getPage()->getContent()); ?>

Leave a comment