Found 183 bookmarks
Custom sorting
Gutenberg in Genesis - Sridhar Katakam
Gutenberg in Genesis - Sridhar Katakam
Neither the parent Genesis nor any of the official StudioPress child themes are Gutenberg-ready as of today. No doubt this is going to change but in the meantime, we can add support for Gutenberg in our Genesis themes and style the blocks to match the rest of the site on the frontend. This article provides... Continue Reading »
·sridharkatakam.com·
Gutenberg in Genesis - Sridhar Katakam
Templates
Templates
A block template is defined as a list of block items. Such blocks can have predefined attributes, placeholder content, and be static or dynamic. Block templates allow to specify a default initial s…
·wordpress.org·
Templates
Anatomy of a Custom Block: How Gutenberg Blocks Work - Content Blocks
Anatomy of a Custom Block: How Gutenberg Blocks Work - Content Blocks
If you’re a WordPress developer who is getting started writing custom content blocks for Gutenberg, you’ll find that this is a very different kind of development than you are used to doing. Gutenberg relies heavily and JavaScript and React instead of PHP, and the underlying architecture is unique. When I first started writing custom blocks […]
·content-blocks.com·
Anatomy of a Custom Block: How Gutenberg Blocks Work - Content Blocks
Building a Gutenberg Block - Bill Erickson
Building a Gutenberg Block - Bill Erickson
After completing Zac Gordon’s wonderful Gutenberg Development Course, I wanted to try building my own block. It was more difficult than I expected, but a great learning experience. I added a “List Subpages” block to my BE Subpages Widget plugin (code here). This lets you select a page and dynamically lists all its subpages. The…
·billerickson.net·
Building a Gutenberg Block - Bill Erickson
How to add WordPress Theme Styles to Gutenberg — Rich Tabor
How to add WordPress Theme Styles to Gutenberg — Rich Tabor
In a couple months or so, Gutenberg will revolutionize WordPress publishing as we know it. It’ll finally bring a much-needed standardized content creation experience to WordPress. There’s just one small caveat. Innovation simply can’t happen without WordPress theme developers committing to the Gutenberg experience. If Gutenberg will become the de facto editing experience for the average WordPress […]
·richtabor.com·
How to add WordPress Theme Styles to Gutenberg — Rich Tabor