wordpress-to-statamic-exporter
wordpress-to-statamic-exporter copied to clipboard
One-click WordPress plugin that converts all posts, pages, taxonomies, metadata, and settings to Statamic's JSON import format
I am currently facing the task of mapping posts (exported with the wordpress-to-statamic-exporter) with comments from a database dump. But the export does not include the ID that i need....
Featured image url is added to the exported post's metadata with `featured_image_url` key. Current implementation ignores featured images altogether.
…esystem outside of the WP_CONTENT/uploads directory. Addresses issue #17.
Some hosts (such as Pantheon) do not allow writes to the filesystem outside of the "uploads" directory, for security reasons. Ergo, the plugin, as written, fails because it cannot write...
As described: Plugin doesn't export custom taxonomies It exports categories and tags, but nothing else. I suggest two phases: __Initial MVP__: export all taxonomies for all posts by looping through...
My updated code generates warnings on export as reported by @vladdu in the Statamic Discord (thanks for the report!) ``` PHP Warning: Invalid argument supplied for foreach() in /home/forge/somesite/wp-includes/class-wp-list-util.php on...
@mikemartin did this in [this commit](https://github.com/mikemartin/wordpress-to-statamic-exporter/commit/100668884ae564f50e92536171e93a8c96be9bbe) (Though I don't know why he removed all other meta data in the same commit) Would be a nice, simple addition. His other changes...
This is an edge case. Not sure how hard to fix. COULD be a Statamic issue rather than an export-plugin issue. Looks like at some point I tried putting an...