Home › Forums › WordPress Themes – Premium › Styled Store Pro › Products List › Reply To: Products List
Hi Leivison Pignati,
Glad to see the awesome site from Styled Store theme. YOu can change the number of products on shop page simple from reading setting options.
Go to dashboard->setting->Reading->Blog post show at most-> then change the number of product you want.
Note : This will change the number of blog post as well. If you want to make change the shop page only then you can add this code on child theme functions.php:
add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 2;' ), 20 );
Note: Replace 2 with your requirements.
If you got any problems with this you can see this article: http://www.jeriffcheng.com/woocommerce-shop-page-product-number.html
Note: We will update our theme adding this featured soon.
Thanks
-
This reply was modified 6 years, 3 months ago by
Sushil Adhikari.