Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.