Created
April 17, 2013 14:58
-
-
Save renanlara/5404995 to your computer and use it in GitHub Desktop.
Display 12 products per page.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Display 12 products per page. | |
add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 12;' ), 20 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment