<?php
$category = Mage::registry(‘current_category’);
echo $category->getName();
?>
Tag Archives: Product
List Products under a given category
{{block type=”catalog/product_list” category_id=”12″ template=”catalog/product/list.phtml”}}
It will list all the products under the category id “12” .