This topic has 8 replies, 3 voices, and was last updated 9 years ago ago by Jack Richardson
Hello!
Is it possible to have ALL the products on the products page? I don’t want to navigate through pages and pages.
By default, I set 4 Products per row and there is no “All products” option in the themes Options/Products Page Layout.
Can you help me with that?
Thanks for your help and your support.
Hello,
Go to Settings -> Reading -> “Blog pages show at most” and then set the post number value bigger than the number of your products.
This way all products will be shown.
Regards,
Eva Kemp.
I’m Sorry’ Doesn’t Work…
I set “Blog pages show at most” at 1000 but still have the page navigation on my website.
See here:
http://www.carsona.com/wp-content/uploads/2015/11/capture1.jpg
http://www.carsona.com/wp-content/uploads/2015/11/capture2.jpg
Thanks for your help and your support.
Hello,
Please provide us with wp-admin panel credentials in Private Content.
Regards,
Eva Kemp.
Here you go!
Hello,
As I see you have the code in functions.php file:
// Display 24 products per page. Goes in functions.php
add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 12;' ), 20 );
I’ve changed number “12” to “1000” and now all products are shown.
Clear browser cache and check.
Regards,
Eva Kemp.
Work great! Thanks!
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Products Page Layout’' has been successfully resolved, and the topic is now closed for further responses