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

maximan on "woocommerce (ecommerce-plugin) How to bring 2 pages of products into single page"

$
0
0

I asked the same question and was able to do what you're trying to do by appending the following text in your Themes functions.php

// Display 24 products per page
add_filter('loop_shop_per_page', create_function('$cols', 'return 24;'));

?>


Viewing all articles
Browse latest Browse all 104029

Trending Articles