From e62b9b6575d88973ed613e1b652b49f89348c5b7 Mon Sep 17 00:00:00 2001 From: Kamran Abdul Aziz Date: Thu, 4 Jun 2026 17:05:41 +0530 Subject: [PATCH 1/2] Update Drupal migration resources --- guides/drupal-to-wordpress.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/guides/drupal-to-wordpress.md b/guides/drupal-to-wordpress.md index 8cc6513..590a981 100644 --- a/guides/drupal-to-wordpress.md +++ b/guides/drupal-to-wordpress.md @@ -14,7 +14,13 @@ We are in the process of creating a comprehensive guide to help users migrate fr Many resources are available to help you migrate content from Drupal to WordPress. A few are highlighted here, and you’re likely to find many others by searching the web. -1. [FG Drupal to WordPress](https://wordpress.org/plugins/fg-drupal-to-wp/): This is compatible with Drupal 6, 7, and 8. -2. [Drupal2WordPress Plugin](https://github.com/jpSimkins/Drupal2WordPress-Plugin): Use this plugin to import terms, content, media, comments, and users. Any external images included in your Drupal site can be fetched and added to the media library and added to your pages and posts. -3. [This tutorial](http://anothercoffee.net/drupal-to-wordpress-migration-explained/) includes workarounds for some migration issues such as duplicate terms, terms exceeding the maximum character length, and duplicate URL aliases. -4. [How to Convert Drupal to WordPress](http://blondish.net/how-to-convert-drupal-to-wordpress/). +Before using a third-party migration tool or tutorial, check that it is still maintained and compatible with your Drupal and WordPress versions. Test the migration on a copy of the site before running it on a live WordPress installation. + +## Migration resources + +1. [FG Drupal to WordPress](https://wordpress.org/plugins/fg-drupal-to-wp/): This plugin migrates articles, stories, pages, categories, tags, and images. The plugin description says it has been tested with Drupal 4 to 11. +2. [This tutorial](http://anothercoffee.net/drupal-to-wordpress-migration-explained/) includes workarounds for some migration issues such as duplicate terms, terms exceeding the maximum character length, and duplicate URL aliases. + +## Archived resources + +- [Drupal2WordPress Plugin](https://github.com/jpSimkins/Drupal2WordPress-Plugin): This archived plugin imported terms, content, media, comments, and users. Because the repository is archived, review it carefully before considering it for a current migration. From 7058db53c0d3991ce1754be1cc8496d288d5bf6d Mon Sep 17 00:00:00 2001 From: Kamran Abdul Aziz Date: Fri, 7 Aug 2026 03:23:02 +0530 Subject: [PATCH 2/2] Update tutorial link to current domain --- guides/drupal-to-wordpress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/drupal-to-wordpress.md b/guides/drupal-to-wordpress.md index 590a981..38fc03f 100644 --- a/guides/drupal-to-wordpress.md +++ b/guides/drupal-to-wordpress.md @@ -19,7 +19,7 @@ Before using a third-party migration tool or tutorial, check that it is still ma ## Migration resources 1. [FG Drupal to WordPress](https://wordpress.org/plugins/fg-drupal-to-wp/): This plugin migrates articles, stories, pages, categories, tags, and images. The plugin description says it has been tested with Drupal 4 to 11. -2. [This tutorial](http://anothercoffee.net/drupal-to-wordpress-migration-explained/) includes workarounds for some migration issues such as duplicate terms, terms exceeding the maximum character length, and duplicate URL aliases. +2. [This tutorial](https://migratecontent.com/drupal-to-wordpress-migration-sql-queries-explained/) explains the SQL queries involved in a Drupal to WordPress migration, including a workaround for duplicate terms. ## Archived resources