Closed (fixed)
Project:
WordPress Migrate SQL
Version:
1.0.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
26 Feb 2025 at 14:03 UTC
Updated:
19 May 2026 at 07:05 UTC
Jump to comment: Most recent
Comments
Comment #2
ressaIf you need something simpler, maybe check out this module?
https://www.drupal.org/project/wordpress_migrate
Comment #3
tczaudeHey thanks, this module is for d10 that you sent me, that's why I rejected it.
I don't know, somewhere in my head I'm missing some image for this module.
I don't know, out of desperation I'm inclined to write a python script for API for this :/ But for now it's a project like proffOdConcept, that's why I'm looking for something in the simplest version
Comment #4
ressaPerhaps use Drupal 10, if possible?
Comment #5
tczaudeI'll figure out how to use this module. I'll find a solution, sorry for bothering you.
Comment #6
ressaNo problem, good luck with the project!
Comment #7
salvatoren 🇮🇹 commentedI'm here for same reason.
WP to drupall 11 CMS.
Tried with wordpress migrate, but not work as expected.
Tried this, cannot found any way to use.
Any help is more appreciated.
Ty
Comment #8
omarlopesinoSorry for the late response.
The module uses Migrate APÎ framework documented here: https://www.drupal.org/docs/drupal-apis/migrate-api/migrate-api-overview . Knowing how it works allows to start creating migrations of content from worrdpress to Drupal
However , I agree that it is necessary documenting how to perform a wordpress migration, as for most of the cases the steps to follow are identical. And, it will make the module easy to use for those who need migrate Drupal to Wordpress.
I will work ASAP by extending the README.md and the module description to explain the steps to follow. Also , I will include an examples folder with the most common migrations so they can be easily copy-pasted.
Comment #9
ressaThank you @omarlopesino, that sounds wonderful, more documentation makes everything much easier for everyone!
I don't use WordPress, so I created the page https://www.drupal.org/docs/extending-drupal/contributed-modules/contrib... a while ago, to get some test content.
Feel free to link to it from the extended WordPress Migrate SQL README.md. If you plan to add documentation for migrating content not included in the "How to generate WordPress content ..." doc page, feel free to add the steps, if possible :)
Or, if you describe it here, I can add it to the doc "How to generate ..." page.
Comment #12
omarlopesinoI have created a 1.0.0 version with these changes:
Hope this helps to make this module easier to use for plug and play use cases and for developers who need a customized migration.
Comment #14
ressaVery nice, thanks @omarlopesino!
I notice now that there is an easy solution available as well, which may get overlooked. I did not catch it, and many may overlook it, if they just skim the top of the page and see "recommended for complex WordPress sites" and "pure SQL source over WXR exports."
So perhaps consider squeezing in a sentence like this at the top of the project page and README?
Comment #15
omarlopesinoNice suggestion, I've added that additional phrase to let anyone understand quickly this module offers a ready-to-go solution. Thanks!
Comment #16
ressaThank you, it looks great! Should the sentence also be included in the README intro text?
PS. On the project page, we could link to one of these? (or not, if you think the link to the general README is enough)
Comment #18
omarlopesinoI've refined both sections to be more brief. I think we can keep it as it is and if there are new people confused about how to use the module we can refine it with their feedback.