From 77ae8d69bf15acb161773dd0944b0d00bf37bdfd Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 20 Nov 2015 11:10:33 -0500 Subject: [PATCH] changed products per page to 19 --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.17.1