dtbaker / envato-wp-theme-setup-wizard

A step by step setup wizard that runs after a ThemeForest theme has been activated.
GNU General Public License v2.0
202 stars 66 forks source link

How could we export various types of contents? #1

Closed EmranAhmed closed 8 years ago

EmranAhmed commented 8 years ago

How could we export contents or which plugins should we use to export?

dtbaker commented 8 years ago

The XML files are generated using the standard Tools > Export feature in WordPress ( details here: https://codex.wordpress.org/Tools_Export_Screen )

The json file content can be generated by adding &export=true to the URL of the first wizard page. This shows some content on the screen that can be manually copied and pasted into those json files.

So basically setup a live public demo (not localhost) as you like it. Install this wizard on that live demo. Export xml content. Export json content.

Then run the wizard again on a fresh local wordpress install and see if it imports everything correctly.