Created
August 24, 2015 13:44
-
-
Save wisecrab/20b02ec8df78d8702a37 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| // Override default theme option for the number | |
| // of products in a row on archive pages. | |
| function products_per_row() { | |
| return 3; // 3 products per row | |
| } | |
| add_filter('loop_shop_columns', 'products_per_row', 999); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment