Skip to content

Instantly share code, notes, and snippets.

@danfisher85
Created October 25, 2015 16:50
Show Gist options
  • Save danfisher85/8d2c8916f968adad7929 to your computer and use it in GitHub Desktop.
Save danfisher85/8d2c8916f968adad7929 to your computer and use it in GitHub Desktop.
Change the number of columns for Single Product
function rocket_woo_single_4columns( $number ){
return 4;
}
add_filter( 'woocommerce_product_thumbnails_columns', 'rocket_woo_single_4columns');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment