Copy Story to another instance
So all the Web Stories data is stored in a custom web-story
post type, which WordPress uses the wp_posts
and wp_postmeta
database columns for.
Now, if you use the standard XML export feature of WordPress, it will not export all of the data from these tables. Specifically, the post_content_filtered
column used by Web Stories is missing.
If you want to export individual stories, make sure that this column as well as all connected entries in the wp_postmeta
table are included.
Again, the built-in export does not do this, but plugins like WP Migrate DB can help you with that. There are quite a few such plugins.
also copy uploads folder
then search and replace db with old to new URL
Did an Export using WP Import and WP All Export. The great support from those guys helped me thru getting posts_content_filtered
included in the migration.
https://wordpress.org/plugins/wp-all-export/
Comments
Post a Comment