Home › Forums › WoodMart support forum › Add the ability to view the product gallery on the products loop BUGs › Reply To: Add the ability to view the product gallery on the products loop BUGs
April 9, 2024 at 2:58 pm
#556053
Aizaz Imtiaz Awan
Keymaster
Hello,
Your issue has been solved. We have fixed on your website and included the fix in the next update.
We have added the custom code to the functions.php file
add_filter('woodmart_max_number_product_thumbnails', function () {
return 4;
});
Best Regards.