Redirect URL breaks pagination
-
I have my ‘create new post’ on one page. I use ‘Redirect URL’ to send them to the posts page when they click submit so they can immediately see their post. When I do, the URL is:
https://mywebsite.com/traders-blog?usp_redirect=1&success=1&post_id=1894#new-blog-post
So far, so good.However, when you click the pagination links WP puts at the bottom for multiple post navigation it creates this link (for page 2) which fails because it’s appending the /2/ to the extended URL created by your Redirect, thus the result is:
The URL needs to be the original URL for the pagination links to work; i.e.,
https://mywebsite.com/traders-blog/2/Any ideas on how to get around this? I’m sure my users won’t understand why the pagination buttons don’t work.
- The topic ‘Redirect URL breaks pagination’ is closed to new replies.