Saturday, May 28

How to get CMS Page ID in Magento

Here is the code to get CMS Page ID in Magento

function getCurrentCmsPage() {
$pageId = Mage::getBlockSingleton('cms/page')->getPage()->getIdentifier();
return $pageId;
}


Hope it Helps... Thanks..

No comments:

Post a Comment