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
UPDATE #2: This is proving harder than I though, due to multiple nesting issues and rogue <p></p> elements. As I don’t want to use Regex and preg_replace() and loops inside loops, I’m back to the drawing board.
UPDATE #3: The plugin has been finalized and it’s now in the testing phase
![]()