/WordPress-Importer

In-development rewrite of the WordPress (WXR) Importer

Primary LanguagePHP

WordPress Importer Redux

This repository contains the new version of the WordPress Importer currently in development. Learn more about the rewrite.

Fast, lightweight, consistent. Pick three. 🌴 😎

How do I use it?

Currently, there's no UI in the Dashboard, so you'll need to run it via WP-CLI. Simply activate the plugin, then run:

wp wxr-importer import import-file.xml

If you want to get more info, you can set the --verbose flag; run wp help wxr-importer import to discover what you can do.

Current Status

The current major items are currently missing or suboptimal in the Importer:

  • Web UI (#1): Right now, there's essentially no web interface for the importer. This sucks.

  • Automatic Testing: There's no unit tests. Boooooo.

How can I help?

The best way to help with the importer right now is to try importing and see what breaks. Compare the old importer to the new one, and find any inconsistent behaviour.

We have a general feedback thread so you can let us know how it goes. If the importer works perfectly, let us know. If something doesn't import the way you think it should, you can file a new issue, or leave a comment to check whether it's intentional first. :)

License

The WordPress Importer is licensed under the GPLv2 or later.

Credits

Original plugin created by Ryan Boren, Jon Cave (@joncave), Andrew Nacin (@nacin), and Peter Westwood (@westi). Redux project by Ryan McCue and contributors.