- Sep 29, 2011
- 1,216
- 524
Is there any way to mass change the url of a wordpress posts and also change its canonical url at the same time.
how would this even work without you having to type each slug manually?? I don't think it's possible...mass change the url of a wordpress posts
It is. Yesterday I managed to do it using WP All Import Pro.how would this even work without you having to type each slug manually?? I don't think it's possible...
I thought you meant normal URLs (like .site.com/this-is-keyworded-url), I don't think there's any way of mass-updating such URLs because you'd still have to manually type the different words yourself...It is. Yesterday I managed to do it using WP All Import Pro.
I used a python script to increment the url by adding numbers to the end of it. So everytime I wanna change it, it's gonna +1. The rest is simple ommition of text and converting url into title, then mass import update everything.
It's an extreme workaround, but it works.
Is there any way to mass change the url of a wordpress posts and also change its canonical url at the same time.