Pagination

eCommerce WordPress theme to create online shop with WooCommerce support
GK User
Mon Feb 29, 2016 12:09 pm
Hi, there.

Is it a way of changing the number of products shawn in a category page? Or even to eliminate the pagination and display all products in a single page?

Best regards.
User avatar
Fresh Boarder

Joshua M
Mon Feb 29, 2016 1:54 pm
Hi,

You can change number of products by editing InStyle/gavern/wc-functions.php
Code: Select all
add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 9;' ), 20 );

please change "return 9" to your new value.
User avatar
Moderator

GK User
Mon Feb 29, 2016 5:11 pm
OK. So many thanks!
User avatar
Fresh Boarder


cron