Only 1 product on category page
-
Can somebody help me with a solution for only having 1 product per line on the provided URL?
I’ve went to the customer and there it says 4, I’ve also added this code to functions.php:
//number of products per line
add_filter('loop_shop_columns', 'loop_columns', 999);
if (!function_exists('loop_columns')) {
function loop_columns() {
return 4;
}
}But still 1 product per page. I’m completely lost… Somebody an idea where this behaviour (that started after an update I think….?) is coming from?
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.