I used this code to display the idenitifier name :
$current_identifier =Mage::getSingleton('cms/page')->getIdentifier();
echo $currentPageId = Mage::getModel('cms/page')->load($current_identifier,'identifier')->getPageId();
when i flushed the cache storage in admin panel an taking the page ,now it displays the current identifier.
But when i clicking on other pages it displays the same first idenitifier .
How can i solve this?
i need to get the current idenfier in magento on cms pages.
How can i do this?