Hi @janavithakkar, thank you for posting your topic. At this time,
exporting/importing a story from WordPress is not available. However, we do hope to add this functionality in a future release of Web Stories. You can follow this GitHub issue for updates.
If you want to export individual stories, you will have to rebuild them manually in Web Stories or explore other tools.
The WXR export functionality in WordPress does not export all of the required database data, but you could use a plugin like WP Migrate DB Pro to export just the stories content from that site and import it on 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_postmeta
database columns for. You’ll want to make sure that this post_content_filtered
column used by Web Stories as well as all connected entries in the wp_postmeta
table are included.
Reach out to your hosting provider for additional support and let me know if you have any further questions.