I have inherited a website in Drupal. Cut a long painful story short: I want desperately to move to sanity. WP 3.2.1 (latest as of this writing) is the choice.
Yet, it looks like the export process in Drupal requires a PhD in mechanical engineering. Googling for something results in a Java program (out of question for us) or a paid service.
Really? Is there no humane way to move all my data from Drupal to WP?
Thanks for any pointers!
WP is still only properly effective as a blogging platform no matter what they want to tell you (trust me I have a lot of experience in this area). Various people have extended upon its core functionality so that it can do more than it originally did, but these extensions are strained at best. Drupal was built specifically to be extended, and thus we developers can extend it painlessly.
That being said though (and with my mini-rant out of the way!), this bit of SQL will start you off…it will pull in the basic content from the
node
table to the wordpresswp_posts
table.Unfortunately there is no easy way to automatically pull in CCK (D6) or core (D7) fields because field storage is vastly different in Drupal/Wordpress; you’ll have to examine the tables and write a custom script depending on the fields you have added.
Hope that helps
These links will probably help out too, the first one is where the above SQL came from:
How To Migrate From Drupal To WordPress â Export And Import Mysql Script
Migrating Drupal to WordPress