WP Manifestindependent plugin directory
manifest / editor / pagebuilder-to-gutenberg

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.zip

Convert 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

  1. Upload the plugin files to the /wp-content/plugins/pagebuilder-to-gutenberg directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. 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.