Skip to content

Instantly share code, notes, and snippets.

@hectorcarranza
Created March 19, 2012 03:02
Show Gist options
  • Save hectorcarranza/2092194 to your computer and use it in GitHub Desktop.
Save hectorcarranza/2092194 to your computer and use it in GitHub Desktop.
WooCommerce - Change number of related products and # products per row
// 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