Products per Page Shop Page

Posted in: Newspaper
Post count: 8

How do I get more products to show per page on the catalog pages? Currently it shows 4 and I need to show at least 16.

I tried editing my functions.php page with

//display 16 products per page
add_filter( ‘loop_shop_per_page’, create_function( ‘$cols’, ‘return 16;’ ), 20 );.

However this does not work.

KB

Post count: 7909

Hi,

Please check this topic to display more products on loop – https://forum.tagdiv.com/topic/woocommerce-shows-only-4-products-per-page/

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.