How To Display Sub Categories On A Category Page In Magento?

1. In your Magento admin navigate to CMS > Static Blocks

2. Click “Add New Block” at the top right
3. Create a new static block as follows:
Block Title : Sub Category Listing
Identifier : subcategory_listing
Status : Enabled
Content : {{block type="core/template" template="catalog/navigation/subcategory_listing.phtml"}}

4. Click “Save Block” in the top right
5. Go to the parent category under Catalog > Manage Categories.
6. Select the category that has sub-categories and under the “Display Settings Tab” reflect the following:
Display mode : Static Block only
CMS Block : Sub Category Listing
Is Anchor : No
7. Click “Save Category” at the top right
8. Create a new file called “subcategory_listing.phtml” with the following content:
app/design/frontend/yourpackagename/yourthemename/template/catalog/navigation/
Containing the following code:
-
getIsActive()): ?>
debug(), null, 'mylogfile.log'); ?>
9. Make sure your sub categories have an image assigned to them under Catalog > Manage Categories > Sub Category

And that’s how to display a sub category listing on a category page in Magento.
If you do not see the changes, then try clearing your Magento/browser cache. If your sub-categories show no thumbnails then make sure that the images are actually uploaded to your subcategories.
FACING TECHNICAL PROBLEMS IN YOUR MAGENTO SITE?
FILL THE FORM BELOW & HIRE MAGENTO CERTIFIED DEVELOPERS TO GET SOLUTIONS.
