woocommerce pagination

Posted in: Newspaper
Post count: 39

hello how to change the number of products displayed on the shop homepage?
It only shows 8 products (2 rows, 4 columns)

Thanks

Post count: 3343

Hi,
Add this code in function.php add_filter('loop_shop_per_page', create_function('$cols', 'return 12;'));

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.