Quantcast
Channel: WordPress.org Forums » [WooCommerce] Support
Viewing all articles
Browse latest Browse all 104029

terrytsang on "[Plugin: WooCommerce - excelling eCommerce] More Products on page"

$
0
0

Hi, you can add below code to your theme functions.php

//display 16 products per page
add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 16;' ), 20 );

Viewing all articles
Browse latest Browse all 104029

Trending Articles