I have wordpress data dumb, and I want to migrate to crafter CMS. Don't know how to do that?
Asked
Active
Viewed 69 times
1 Answers
0
CrafterCMS is Git-based and stores content as XML files. You will have to export the WordPress posts, convert them to XML (and comply with the model you would build in CrafterCMS), and then add them to Git and it'll run. A blueprint like Editorial or Wordify would be a good target for such a migration since they're blog-gish.

sumerz
- 1,346
- 7
- 4
-
So there's no tool, so plugin for this. – Tushar Asodariya May 26 '22 at 14:40
-
Correct. There is no out-of-the-box migration tool/plugin. Might be a fun open source contribution, however. – sumerz May 27 '22 at 15:38
-
That's what I am thinking about – Tushar Asodariya May 27 '22 at 17:05