Skip to content

Instantly share code, notes, and snippets.

@wp-kitten
Created February 16, 2015 14:00
Show Gist options
  • Save wp-kitten/07d71c9eac6b6dd34bd1 to your computer and use it in GitHub Desktop.
Save wp-kitten/07d71c9eac6b6dd34bd1 to your computer and use it in GitHub Desktop.
Change number of related products show on Single Product Page (WooCommerce)
// 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