This is the blog for getting Idea regarding PHP, Magento, jQuery and JavaScript for Customization.

Saturday 17 November 2012

Magento : Get popular tags list for any page


Here, I get Popular Tags List on Any page,

Using this can get HTML Layout of the Phtml page

Simply, Copy and Paste below code


<?php echo $this->getLayout()->createBlock('tag/popular')->setTemplate('tag/popular.phtml')->toHtml(); ?>


If you want another page html then change block directory and type,

also replace template name of phtml file.

No comments:

Post a Comment