Magento Category name on product listing page Magento February 28, 2013 Pramod T P <?php $category = Mage::registry(‘current_category’); echo $category->getName(); ?>