Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Showing less products than possible › Reply To: Showing less products than possible
January 29, 2015 at 6:45 pm
#145551
Hi Mohammad,
thanks for your reply. I’ve inserted the code
`add_filter(‘loop_shop_columns’, ‘loop_columns’);
if (!function_exists(‘loop_columns’)) {
function loop_columns() {
return 3; // 3 products per row
}
}´
and it worked well.
Now I have another problem, because this script not just applies to the mini-products but also to the standard-sizes products. Do you have any idea what code I can add?
Thank you very much!