Good but could use more explanations
-
We asked ourselves lot of questions about how to use it, but it is actually very simple. But it is better to be explicit about the procedure, though…
We installed the plugin on the WordPress site to export.
We exported the articles via WordPress (Tools > Export > WordPress).
Then we exported the media via the plugin (Tools > Attachment Export or Export item in the plugin list). We need to rename the exported XML file as it will have the same name than the previous one. You must keep both.Then, in the target site, just import (Tools > Import > WordPress) the file with the articles, then, with the same command, the file with the media.
After the first import, you can see the articles with the images, but they point to the old site (ie.href
ishttps://your.old.site/wp-content/uploads/some/date/name.jpg
for example).
After the second import, they will point to the new site, to the imported files.Notes:
– Images are fetched from the old site, so it must be online. See the forum (Support) for alternatives (FTP).
– PHP / WordPress doesn’t like long operations, so the import might “fail”, because it takes time to import all these files. But it has actually done part of the work. Import the media XML file again, it will skip over the already imported files (with a message) and continue where it stopped.
- The topic ‘Good but could use more explanations’ is closed to new replies.