projects
/
WP-Themes
/
themoleholeonline.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f61bbca
)
changed products per page to 19
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 20 Nov 2015 16:10:33 +0000
(11:10 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 20 Nov 2015 16:10:33 +0000
(11:10 -0500)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
688182f
..
6cd75c6
100644
(file)
--- 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