From: Anthony Talarico Date: Fri, 20 Nov 2015 16:10:33 +0000 (-0500) Subject: changed products per page to 19 X-Git-Tag: v1.0.0^2~78 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=77ae8d69bf15acb161773dd0944b0d00bf37bdfd;p=WP-Themes%2Fthemoleholeonline.git changed products per page to 19 --- diff --git a/functions.php b/functions.php index 688182f..6cd75c6 100644 --- a/functions.php +++ b/functions.php @@ -10,7 +10,7 @@ */ require get_stylesheet_directory() . '/inc/init.php'; // Display 24 products per page. Goes in functions.php -add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 20;' ), 20 ); +add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 19;' ), 20 ); /** * Do not add custom code / snippets here. * While Child Themes are generally recommended for customisations, in this case it is not