Hello @techuhelp, thank you for opening your topic. Unfortunately, that export functionality in WordPress does not export all of the required database data.
You can try using a plugin like WP Migrate DB Pro to export just the stories content from that site and import it to your current site.
All the Web Stories data is stored in a custom web-story
post type, which WordPress uses the wp_posts
and wp_postmetadatabase
columns. You’ll want to ensure that this post_content_filtered
column used by Web Stories and all connected entries in the wp_postmeta
table are included.
Note that we do have a feature request to add this exporting/importing functionality. Please feel free to monitor the following GitHub issue for any updates: https://github.com/GoogleForCreators/web-stories-wp/issues/4357