Quantcast
Channel: WordPress.org Forums » [WooCommerce] Support
Viewing all articles
Browse latest Browse all 104029

terrytsang on "[Plugin: WooCommerce - excelling eCommerce] More Products on page"

$
0
0

Are you using themes from woothemes?

If yes, try below code:

// Override theme default specification for product # per row
function loop_columns() {
  return 6; // 6 products per row
}

Viewing all articles
Browse latest Browse all 104029

Trending Articles