Published at: 11:07 pm - Monday July 27 2009
As I wrote in the last post i was thinking about migrating back to wordpress. The steps are almost done. I don’t use categories anymore and the few links i had were added manually after the db-migration. What’s still left to do is to look for a nice theme and install some nifty plugins.
Published at: 04:07 pm - Thursday July 23 2009
Here’s something I found on this webpage related to a Drupal2Wordpress database migration:
prerequisites:
- A fresh and clean installation of Wordpress
- Drupal database name: drupal (no table-suffix)
- Wordpress database name: wordpress (table-suffix ‘wp_’)
Fire up the mysql cli:
use wordpress
DELETE FROM wp_posts ;
DELETE FROM wp_comments