I have 2 projects in wordpress one is in production and the second is locally, now I want to import some media xml from production into locally project. I exported via Tools > export from wp-admin (production) some media sorted by period (2 months) and I try to import in my locally wordpress but I get error "Failed to import Media". I run locally wordpress and database via docker but my theme I maped from local. I tried to import posts and it’s work fine, but with media I have problems.
2
Answers
Look at this other post, you will need to download them via ftp.
https://wordpress.stackexchange.com/questions/87395/import-media-to-online-wordpress-from-local-development
OR, look for an export plugin that adds the media attachements into a zip file.
I’m not sure about how many items we are talking, but here are some suggestions:
Good luck!