Port the WordPress block editor to ClassicPress shortcodes

I have been using WordPress for a long time now and I still am. I became lazy and I like the column blocks and the cover blocks and the group blocks.

I want them in ClassicPress.

So I want to create a shortcode plugin, which will allow me to create these blocks (and more) using shortcodes. Here is an example:

[element type=”cover” height=”100vh” width=”full” background=”image.jpg” text=”#ffffff”]
Content here
More content here
Even more content here
[/element]

This will be a very simple and small plugin. One shortcode with lots of attributes and a CSS stylesheet.

UPDATE #1: An alpha release has been published - FX Shortcodes – getButterfly Studio – An ImagePress Demo

1 Like