Magento – Show category with images in homepage Magento2

magento2

Show category with images in homepage Magento2

http://ibnab.com/en/blog/magento-2/magento-2-frontend-how-to-call-category-collection-on-home-page

This article working fine but I need to show category image.How to fetch category images also

I am using $category->getImageUrl();

but its not working

Best Answer

Here is good widget to show category with images : https://github.com/Programmingatkstark/Magento-2-Category-with-image-widget

Related Topic