@rgupta31 Hi there, thank you for your topic. This feature is not currently available, but it is in the pipeline to have it added. Please feel free to monitor any updates here: https://github.com/GoogleForCreators/web-stories-wp/issues/4357
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 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 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.