admin管理员组文章数量:1312782
First some background information.
I have an old website (not wordpress) => from now on, I will call this old.
I have a new website (in wordpress) => from now on, I will call this new.
I have imported all posts of the old website through an RSS feed into my new website. The links to all the images inside those posts remain linking to the old website.
- The images on the old website are served trough an axd file .axd?picture=2020%2F2%2F86386253_2945403745507075_1513521371026554880_n.jpg (So I can't just change the path everywhere)
Is there some kind of plugin that let's me download all the images, replace all the links in all posts, and serve those images trough my new website? Or are there perhaps other ways to do this?
First some background information.
I have an old website (not wordpress) => https://www.carnaval-radio.nl from now on, I will call this old.
I have a new website (in wordpress) => https://carnaval.bynick.nl from now on, I will call this new.
I have imported all posts of the old website through an RSS feed into my new website. The links to all the images inside those posts remain linking to the old website.
- The images on the old website are served trough an axd file https://carnavalsradio.nl/image.axd?picture=2020%2F2%2F86386253_2945403745507075_1513521371026554880_n.jpg (So I can't just change the path everywhere)
Is there some kind of plugin that let's me download all the images, replace all the links in all posts, and serve those images trough my new website? Or are there perhaps other ways to do this?
Share Improve this question edited Dec 30, 2020 at 15:35 Nick N. asked Dec 30, 2020 at 11:56 Nick N.Nick N. 1033 bronze badges 4 |1 Answer
Reset to default 1There are plugins that do this, e.g. Auto Upload Images (found in this article). I haven't tried it myself to recommend it.
You're migrating from BlogEngine.NET. There is also an old BlogML importer plugin to migrate directly from BlogEngine.NET (which produces BlogML exports), but the copy in the main WordPress directory hasn't been updated in years and is no longer available to download. There is a fixed up version here: http://spacefold/colin/morethanfour/2020/08/06/migrating-from-blogengine/ however the process does also require manually fixing up image paths.
本文标签:
版权声明:本文标题:plugins - How can I automatically download all images from all imported posts, place them on my new host, and replace all the li 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741878357a2402599.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
Auto Upload Images
is what I need. Why not add that as an answer. – Nick N. Commented Dec 30, 2020 at 15:30