Hey,
I’m facing an issue with the product pagination on my shop page. In some threads I read to make the pagination work I need to remove the looper provider from the code.
But according to my need, I’ve to add a looper provider to get my results.
- I’ve created a page whose name is “Blog” and I’ve set it to the shop page. (To make a pagination work)
- This page shows all the products as a result on this page.
- Now I want to show only those products whose “Taxonomy” is “Blog Article”.
- To get this result I added the looper provider and created a query for my page.
- ISSUE: After adding a looper provider the pagination has stopped working. I’m using the product pagination element of your theme.
Could you please suggest to me the correct of doing my task?
I just need a page with the name blog and it’ll show the products of a particular Taxonomy with pagination.