cancel
Showing results for 
Search instead for 
Did you mean: 

Add sidebar layered navigation list to home page with all categories

Add sidebar layered navigation list to home page with all categories

I am fresher to Magento and my version is 2.2.4 CE. I need to add all the available categories in home page as in the figure below. By clicking on a list item, user should be navigated to the relevant selected category. How to do this without changing code and only by using widgets blocks and CMS edits ? 

 Anybody can help with this ?

 

Screenshot from 2018-05-16 10-25-21.png

1 REPLY 1

Re: Add sidebar layered navigation list to home page with all categories

@senani_m

You need to add an extension to do so. There is no admin configuration to add category list on homepage.
You can follow link if you want to do code for this : https://magento.stackexchange.com/questions/145147/magento-2-show-category-with-images-in-homepage#a...

You can use either of below extension to add category widget and show it in homepage
https://github.com/emizentech/magento2-category-list-widget
https://github.com/witiva/magento2-category-widget

 


if issue solved,Click Kudos & Accept as Solution