Created
February 16, 2015 14:00
-
-
Save wp-kitten/07d71c9eac6b6dd34bd1 to your computer and use it in GitHub Desktop.
Change number of related products show on Single Product Page (WooCommerce)
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
// Redefine woocommerce_output_related_products() | |
function woocommerce_output_related_products() { | |
woocommerce_related_products(4,3); // Display 4 products in rows of 2 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment