Hi!
I have successfully added products to my store and have been able to separate products from specific categories whereas they only appear on certain pages. The issue is after 12 items are added to a single page no other items appear. I am okay with 12 items appearing on a page for a specific menu item.
For instance, The page Women has 12 items from the category women that appear on (page 1). How do I get additional items 13-24 to appear under the same category but on (page 2) under women and items 25-36 to appear under women but on (page number 3)? In other words, I want the items to paginate automatically after 12 items no matter how many pages.
I am using this shortcode [product_category category=”women” orderby=”date”] to make items from a specific category appear on a specific page.
However, pagination automatically appears on the shop page without this CSS
Blockquote
.my-shop-page .page-numbers {display:none}
My website isn’t live so please log in.