Created
March 19, 2012 03:02
-
-
Save hectorcarranza/2092194 to your computer and use it in GitHub Desktop.
WooCommerce - Change number of related products and # products per row
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
// Redefine woocommerce_output_related_products() | |
function woocommerce_output_related_products() { | |
woocommerce_related_products(3,3); // Display 3 products in rows of 3 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment