Tag: Gutenberg blocks
-
Object-oriented programming in a Gutenberg world
Read This PostSo now that we know why object-oriented programming might be good for your next WordPress plugin, let’s try it with a plugin that creates custom Gutenberg blocks.
-
Should Gutenberg blocks be in plugins or themes?
Read This PostGutenberg is still going through the finishing stages before it’s released in WordPress core. But there’s still a question about Gutenberg blocks that I’m not really seeing anyone answer. Should blocks be placed in plugins or themes?
-
Changing a shortcode to a dynamic Gutenberg block
Read This PostGutenberg is coming, and it will shake up the ecosystem. One of the biggest changes will come with shortcodes, since the TinyMCE editor will be no more. But it’s pretty easy to turn shortcodes into the blocks with dynamic blocks.