| 1 |
# WordPress Importer Redux |
| 2 |
This repository contains the new version of the [WordPress Importer][] currently in development. [](https://make.wordpress.org/core/?p=15550Learn more about the rewrite](https://make.wordpress.org/core/?p=15550](https://make.wordpress.org/core/?p=15550). |
| 3 |
|
| 4 |
Fast, lightweight, consistent. Pick three. :palm_tree: :sunglasses: |
| 5 |
|
| 6 |
[WordPress Importer]: https://wordpress.org/plugins/wordpress-importer/ |
| 7 |
|
| 8 |
## How do I use it? |
| 9 |
|
| 10 |
### Via the Dashboard |
| 11 |
|
| 12 |
1. Install the plugin directly from GitHub. ([](https://github.com/humanmade/WordPress-Importer/archive/master.zipDownload as a ZIP.](https://github.com/humanmade/WordPress-Importer/archive/master.zip](https://github.com/humanmade/WordPress-Importer/archive/master.zip)) |
| 13 |
2. Activate the plugin (make sure you also deactivate the original Wordpress Importer if you have it installed). |
| 14 |
3. Head to Tools → Import |
| 15 |
4. Select "WordPress (v2)" |
| 16 |
5. Follow the on-screen instructions. |
| 17 |
|
| 18 |
### Via the CLI |
| 19 |
|
| 20 |
The plugin also includes CLI commands out of the box. |
| 21 |
|
| 22 |
Simply activate the plugin, then run: |
| 23 |
|
| 24 |
```sh |
| 25 |
wp wxr-importer import import-file.xml |
| 26 |
``` |
| 27 |
|
| 28 |
Run `wp help wxr-importer import` to discover what you can do via the CLI. |
| 29 |
|
| 30 |
## Current Status |
| 31 |
|
| 32 |
The current major items are currently missing or suboptimal in the Importer: |
| 33 |
|
| 34 |
* [x] **Web UI** ([](https://github.com/humanmade/WordPress-Importer/issues/1#1](https://github.com/humanmade/WordPress-Importer/issues/1](https://github.com/humanmade/WordPress-Importer/issues/1)): ~~Right now, there's essentially *no* web interface for the importer. This sucks.~~ Done! |
| 35 |
|
| 36 |
* **Automatic Testing**: There's no unit tests. Boooooo. |
| 37 |
|
| 38 |
## How can I help? |
| 39 |
|
| 40 |
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. |
| 41 |
|
| 42 |
We have a [](https://github.com/humanmade/WordPress-Importer/issues/7general feedback thread](https://github.com/humanmade/WordPress-Importer/issues/7](https://github.com/humanmade/WordPress-Importer/issues/7) 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. :) |
| 43 |
|
| 44 |
## License |
| 45 |
|
| 46 |
The WordPress Importer is licensed under the GPLv2 or later. |
| 47 |
|
| 48 |
## Credits |
| 49 |
|
| 50 |
Original plugin created by Ryan Boren, [Jon Cave][duck_] (@joncave), [Andrew Nacin][nacin] (@nacin), and [Peter Westwood][westi] (@westi). Redux project by [](https://github.com/rmccueRyan McCue](https://github.com/rmccue](https://github.com/rmccue) and [](https://github.com/humanmade/WordPress-Importer/graphs/contributorscontributors](https://github.com/humanmade/WordPress-Importer/graphs/contributors](https://github.com/humanmade/WordPress-Importer/graphs/contributors). |
| 51 |
|
| 52 |
[duck_]: https://profiles.wordpress.org/duck_ |
| 53 |
[nacin]: https://profiles.wordpress.org/nacin |
| 54 |
[westi]: https://profiles.wordpress.org/westi |
| 55 |
|