Need to split Woocommerce shop
-
Hi I have my woocommerce shop on my homepage, which was great for SEO, but now the shop has built up (to well over 100 products with images) it’s started to crash on mobiles. I need to split my shop into sections, but showing the user the overflow pages so they can navigate through the whole shop.
I’m using the basic shortcode
[recent_products per_page=”200″ columns=”4″ orderby=”rand” order=”rand”]
If I change that to
[recent_products per_page=”48″ columns=”4″ orderby=”rand” order=”rand”]
it only shows 48 products, no 1 2 3 after to show there are further pages.
I don’t know php – though I can make php changes without properly understanding the code – or maybe there’s an obvious solution I’m missing?
Advice always appreciated.
- The topic ‘Need to split Woocommerce shop’ is closed to new replies.