scripts

Drupal to WordPress migration: user table mapping

This is part four of a series of posts documenting the table mappings for a site migration from Drupal 6 to WordPress 3. For more information, please see the first article in the series. Table mapping for WordPress users This maps Drupal user export to WordPress. Drupal 6.x WordPress 3.x Notes users wp_posts uid ID […]

Drupal to WordPress migration: user table mapping Read More »

Drupal to WordPress migration: comments table mapping

This is part three of a series of posts documenting the table mappings for a site migration from Drupal 6 to WordPress 3. For more information, please see the first article in the series. Table mapping for WordPress comments Drupal 6.x WordPress 3.x Notes comments wp_posts cid comment_ID nid comment_post_ID timestamp comment_date Converted from UNIX

Drupal to WordPress migration: comments table mapping Read More »

Drupal to WordPress migration: terms table mapping

This is part two of a series of posts documenting the table mappings for a site migration from Drupal 6 to WordPress 3. For more information, please see the first article in the series. Table mapping for WordPress terms This table mapping exports the Drupal terms into WordPress. Drupal 6.x WordPress 3.x Notes term_data wp_terms

Drupal to WordPress migration: terms table mapping Read More »

Drupal to WordPress migration: posts table mapping

Following on from Drupal to WordPress migration explained, I will create a series of posts documenting the table mappings for a site migration from Drupal 6.x to WordPress 3.x. To read the mapping, you look up the Drupal table on the left listing the fields we use for a migration. Directly to its right is

Drupal to WordPress migration: posts table mapping Read More »

Drupal to WordPress migration SQL queries explained

In this post I will give a step-by-step explanation of my Drupal to WordPress migration SQL queries. For general information about migrating from Drupal to WordPress, please see instead my Drupal to WordPress Migration Guide. Since I offer site migration as a paid service, readers might be wondering why I’m giving away some of my

Drupal to WordPress migration SQL queries explained Read More »

Scroll to Top