add_filter(‘loop_shop_columns’, ‘my_shop_columns’);
function my_shop_columns($columns){
return 5;
}
Its not working mate ??
Regarding Images: I did regenerate those images but i still have same problem.
In element inspection its shows size that I selected but the images keep their old size (default).
Any other solutions?