Opened 5 years ago
Last modified 5 years ago
#44863 new feature request
Modify the WordPress importer to handle .zip as well as .xml files
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Import | Keywords: | needs-patch |
Focuses: | Cc: |
Description
Wordpress.com exports sites in two ways, as a .zip file (full of XML files) or as a single XML file, depending on whether the export is done from Calypso or wp-admin.
The importer is expecting a single XML file, and fails if the user tries to import the zip file.
Suggestion: Modify the importer to accept the .zip file, unzip it into tmp, and then import each of the included XML files.
Change History (2)
Note: See
TracTickets for help on using
tickets.