Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Support

Wordpress 2 Grav 2019

Started by Iñigo 7 years ago · 9 replies · 3073 views
7 years ago

Hello, a pleasure to enter this community!

I have been reading all the articles of the Forum, about how to Migrate from WP to Grav...

/forum/support/wordpress-migration-to-grav-t8112

And I have tried to export my Wordpress with this plugin, but it has not worked ...

https://github.com/SiteBeez/wordpress-wp2grav-markdown-exporter

We are many, those interested in exporting our WPs to Grav, but we did not find a solution ...

Could someone help us with a Manual method, to do step by step A migration of a Wordpress to GRAV?

Billions of thanks! 😀:upside_down_face:

7 years ago

There are more than one methods to migrate from WP to Grav, but to my knowledge, none of them works 100% - so it depends a bit on your situation...
for me, the most important step was to migrate my blog, ~200 posts, ~5 categorys, many tags.
I used this plugin with a tiny modification (see issues ).
as for pages, I just went the simple 'copy - paste' approach, as I have only ~20 pages.
most work, however, was the plugins.
you can find the whole story here.
HTH
Werner
(and, of course, welcome to the grav community 😄)

7 years ago

I don't think there is a method to migrate a Wordpress site 1:1 to Grav - in fact to any system. Basically it comes down to the fact how simple or complex your Wordpress website is. And the answer will vary based on that.

👍 1
7 years ago

I agree. Especially if you take into account the pages builder that are on the market, custom fields and shortcodes... For instance for my last WP-Grav export i had to tweak https://github.com/SiteBeez/wordpress-wp2grav-markdown-exporter to get all custom fields i need in my item.md, create a media library etc. But it's worth it

👍 1
7 years ago

I haven't tried it myself, but having gone through the hassle of migrating between different systems and Drupal, I'd be inclined to export Wordpress to CSV and then import from CSV to Grav. A few plugins exist for WP to CSV. For example: https://wordpress.org/plugins/wp-all-export/.

My reasoning is that data migrations alway require manipulation of the source content to fit into the new system, and manipulating CSV files is very easy, whereas understanding the data structure of a system and creating custom code to manipulate it is a fairly advanced programming task.

Migrating from CSV to Grav could be a complex task, but it could also be a messy PHP script that just gets the job done by parsing each row of the CSV and building a md file with frontmatter.

👍 1

Suggested topics

Topic Participants Replies Views Activity
Support · by Thomas, 1 week ago
2 51 7 hours ago
Support · by Anna, 2 days ago
2 58 10 hours ago
Support · by Justin Young, 11 hours ago
1 30 11 hours ago
Support · by Duc , 1 week ago
2 63 5 days ago
Support · by Colin Hume, 1 week ago
2 55 5 days ago