WP Manifestindependent plugin directory
manifest / editor / octahexa-slgb-heading-converter

OctaHexa SLGB Block Converter

Converts SLGB custom blocks to core blocks with proper HTML formatting while preserving classes and styling.

by OctaHexa · github.com/wpspeedexpert/octahexa-slgb-heading-converter · website

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/wpspeedexpert/octahexa-slgb-heading-converter/archive/refs/heads/main.zip

Declares an update source (https://github.com/WPSpeedExpert/octahexa-slgb-block-converter), so updates arrive through the plugin's own updater.

From the readme

OctaHexa SLGB Block Converter Converts all custom SLGB blocks to native WordPress core blocks with proper HTML formatting: - slgb/h1-h6 → core/heading blocks - slgb/emph → core/paragraph blocks - slgb/image → core/image blocks - slgb/table → core/html blocks with proper HTML tables - slgb/gb-subscribe → core/group with paragraph and button - slgb/p-compare → core/columns blocks - slgb/p-hints → core/html blocks with tables - slgb/p-quote → core/quote blocks - slgb/p-miniature → core/media-text or core/group blocks - slgb/miniature → core/media-text or core/group blocks - slgb/gb-cta → core/group with heading and buttons - slgb/gb-emph → core/group with preserved content Preserves CSS classes and styling attributes to maintain your design while making content compatible with any WordPress theme. Plugin Details - Plugin Name: OctaHexa SLGB Block Converter - Author: OctaHexa - Version: 2.2.18 - GitHub URI: https://github.com/WPSpeedExpert/octahexa-slgb-block-converter Requirements - WordPress 5.0 or later - PHP 7.4 or later - User role: Administrator (for running the conversion) Installation 1. Download or clone this repository into your /wp-content/plugins/ directory

Read the full README on GitHub →