changed products per page to 19
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 20 Nov 2015 16:10:33 +0000 (11:10 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 20 Nov 2015 16:10:33 +0000 (11:10 -0500)
functions.php

index 688182f..6cd75c6 100644 (file)
@@ -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