Currently in my products pages it only shows 9 products before I have to click next. Can I just have it show all my products and remove pages?
Does this increase loading times?
Thank you,
Christopher
add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 9;' ), 20 );