Semboku
Semboku

Reputation: 71

Magento 2: Adding Categories Sidebar

I am using Magento 2.1 with a custom theme. The theme has the left sidebar file:

/app/design/frontend/.../Magento_Catalog/templates/navigation/left.phtml 

How do I display this file on my homepage and category pages as a left sidebar? Do I need to create a new block and somehow reference this file?

I don't want to use another module when showing this sidebar should be so easy.

Upvotes: 1

Views: 1425

Answers (1)

Abhinav Kumar Singh
Abhinav Kumar Singh

Reputation: 2325

Download this free extension to show categories on homepage in Magento 2 in sidebar.

https://github.com/ibnab/magento2-home-categories

Upvotes: 1

Related Questions