Pagebuilder to Gutenberg Migrator
Convert Pagebuilder to Gutenberg natively.
by Alex Cuadra · github.com/alexcu21/pagebuilder-to-gutenberg
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/alexcu21/pagebuilder-to-gutenberg/archive/refs/heads/main.zipConvert Pagebuilder shortcodes to Gutenberg blocks natively.
Description
Pagebuilder to Gutenberg Migrator provides an engine to convert proprietary pagebuilder shortcodes into native WordPress Gutenberg blocks, such as wp:group, wp:columns, and wp:image. It does not require the original page builder to be active, as the built-in conversion engine parses and translates the content.
Installation
- Upload the plugin files to the
/wp-content/plugins/pagebuilder-to-gutenbergdirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the 'Plugins' screen in WordPress.
- Use the Tools -> Pagebuilder Migrator screen to convert your content.
Frequently Asked Questions
Does this modify my database?
Yes. However, it automatically creates a backup table before attempting the migration, and provides a 'Restore' button if things go wrong.
Changelog
1.0.0
- Initial release.