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 );
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 );