Can you help me
My site has added pages, with the name “what’s new”
and I add this code
[recent_products category = "bundles, graphic" columns = "3" orderby = "date" order = "DESC" operator = "NOT IN" paginate = true per_page = 18]
and it works just fine, so what happens is the problem,
basic page link
mysite.com/whats-new/
but when I go to page 2, the link becomes like this
mysite.com/whats-new/?product-page=2
how to make a direct link like this
mysite.com/whats-new/page/2
Thank you very much
2
Answers
In your WordPress admin Permalinks settings, set “Common Settings” to “Post name”.
Have you declared Woocommerce support in your theme?