Corrupt pagination url (on admin and template)
-
Anywhere on the site where there is pagination, the GET terms turn out duplicated.
For example, if you search for apples:
www.mysite.co.il/?s=apples%3Fs%3Dapples&paged=2
-> (copy/paste from URL)
www.mysite.co.il/?s=apples?s=apples&paged=2
-> probably should meanThe same happens when you use the category or post pagination.
Moreover, the same issue happens in the Admin Panel as well!
In the Tags menu for example, when I click page number 2, the URL is:
https://www.mysite.co.il/wp-admin/edit-tags.php?taxonomy=post_tag%3Ftaxonomy%3Dpost_tag&pagenum=2
-> (copy/paste from URL)https://www.mysite.co.il/wp-admin/edit-tags.php?taxonomy=post_tag?taxonomy=post_tag&pagenum=2
-> probably should meanBut this is not all:
I’ve downloaded a fresh WP install, exported the DB, installed it locally on XAMPP, and… The issue was FIXED!Did the same again on the remote server but it didn’t help.
Please HELP.
- The topic ‘Corrupt pagination url (on admin and template)’ is closed to new replies.