Woocommerce Pagination url encode error
-
wp: 4.1
woocommerce: 2.2.10
Storefront theme: 1.2.1woocommerce pagination on the store pages is not encoding urls properly and so this is resulting in 404 errors. the following is an example of a link/url generated by pagination links:
https://domain.com/?product_cat=ice-skates#038;paged=2
when it should be (this works when manually entered):
https://domain.com/?product_cat=ice-skates&paged=2
how do i fix this?
- The topic ‘Woocommerce Pagination url encode error’ is closed to new replies.