Import a Drupal (tested with v6) site into a WordPress install
- Install a fresh copy of WordPress in the
drupal-to-wp/wp
subfolder (or somewhere else on your server) and point it at a copy of your WP database - Install any WP plugins you need to get custom post types, taxonomies, or roles
- Edit
settings.php
to point to your WP install and the Drupal database you want to import - Open a web browser and visit the
drupal-to-wp
folder - Select your Drupal database and import parameters and click
IMPORT
- Make sure you write down the password displayed for imported users!
This is still very much a work in progress. If you get any errors or warnings you don't think should be popping up, create a new issue on this project's github page.
It goes without saying, but DO NOT point this at your production WordPress database until you are sure it will work the way you expect.