Let’s say you have 5 posts on your WordPress website:
1.
2.
3.
4.
5.
I want to find a way to **duplicate** each post, and change the permalink of the new post, so it becomes something like this:
1.
2.
3.
4.
5.
And then, I want to **redirect** the old posts to the new ones.
Finally, I want to **delete** the original posts off of my WordPress website. That way, you have 5 new posts that the old posts are linking to.
I need a way to automate this, as I need to do it for **hundreds** of posts. **If anyone knows a good way, please get in touch. I can pay if someone helps!**
[ad_2]
Is the only difference between the two the permalink? Seems you could skip the duplication step if nothing else is different.
Where are the new permalinks derived from? Can that be automated or do you have a unique new permalink for each post?