Tag: gutenberg

  • Kick off Block-Based WordPress Theme Development With the Theme.json Creator

    Kick off Block-Based WordPress Theme Development With the Theme.json Creator

    Gutenberg 9.1 made a backward-incompatible change to its theme.json file (experimental-theme.json while full-site editing is under the experimental flag). This is the configuration file that theme developers will need to create as part of their block-based themes. Staying up to date with such changes can be a challenge for theme authors, but Ari Stathopoulos, a…

  • Exploring Full-Site Editing With the Q WordPress Theme

    Exploring Full-Site Editing With the Q WordPress Theme

    I have been eagerly awaiting the moment when I could install a theme and truly test Gutenberg’s full-site editing feature. By and large, each time I have tested it over the past few months, the experience has felt utterly broken. This is why I have remained skeptical of seeing the feature land in WordPress 5.6…

  • Ask the Bartender: How To WordPress in a Block World?

    Ask the Bartender: How To WordPress in a Block World?

    I love your articles. And now, in the middle of the WordPress revolution, I realized I’m constantly searching for an answer regarding WP these days. So many things are being said, so many previsions of the future, problems, etc., but, right now, I think I, as a designer, just want to understand one thing that…

  • Supercharge the Default WordPress Theme With Twentig, a Toolbox for Twenty Twenty

    Supercharge the Default WordPress Theme With Twentig, a Toolbox for Twenty Twenty

    I am often on the hunt for those hidden gems when it comes to block-related plugins. I like to see the interesting places that plugin authors venture. That is why it came as a surprise when someone recommended I check out the Twentig plugin a few days ago. Somehow, it has flown under my radar…

  • Gutenberg Hub Launches Landing Page Templates Directory

    Gutenberg Hub Launches Landing Page Templates Directory

    Munir Kamal has created copy-and-paste blocks. He has built sections or “patterns” from those blocks. He has created a plugin that allows users to completely customize the two features via block options. Yesterday, he released an initial offering of 22 landing page templates that build upon his earlier work. Gutenberg Hub can almost be called…

  • Gutenberg’s Custom Spacing Should Be Theme Controlled

    Gutenberg’s Custom Spacing Should Be Theme Controlled

    When Gutenberg 9.0 landed earlier this week, it came with an experimental padding control for the Group block. Most users will not see it unless their theme has opted into supporting the feature using the experimental-custom-spacing flag. This was not the first that we have seen of the padding option on a block. Gutenberg 8.3…

  • Gutenberg 9.0 Brings Major Improvements to Navigation Screen and Query Block

    Gutenberg 9.0 Brings Major Improvements to Navigation Screen and Query Block

    If you haven’t played around with Gutenberg’s experiments lately, the Navigation block is getting some exciting updates. Version 9.0 was released today with drag-and-drop support added to the list view of navigation items. Contributors have been working through several different prototypes aimed at unifying the controls and simplifying the menu building process. The Navigation screen…

  • Digging Into Recipe Card Blocks, WPZOOM’s Solution for Recipe Bloggers

    Digging Into Recipe Card Blocks, WPZOOM’s Solution for Recipe Bloggers

    After publishing a post about the new Recipe Block plugin last week, several people were quick to point out that WPZOOM had released a recipe-related block plugin two years ago. Among them, was the plugin author, Pavel Ciorici. I had previously tested the Recipe Card Blocks plugin and thought it fit into that “overly complex”…

  • Start a Recipe Blog With the Recipe Block WordPress Plugin

    Start a Recipe Blog With the Recipe Block WordPress Plugin

    “Organize your quarantine-inspired baking blog with a ‘Recipe’ block!” read the opening description of Kelly Choyce-Dwan’s new plugin, Recipe Block. That was enough to pique my interest. I love food. I love baking — mostly pizza and bread. Food-related plugins and themes almost inspire me to spin up a recipe blog of my own. Almost.…

  • Gutenberg 8.9 Brings Block-Based Widgets Out of the Experimental Stage

    Gutenberg 8.9 Brings Block-Based Widgets Out of the Experimental Stage

    On Wednesday, September 2, Gutenberg 8.9 launched with a set of new features, enhancements, and several bug fixes. The development team took the block-based widgets system out of its experimental stage, making it the default experience for all plugin users. Block-based widgets have taken months upon months of work. The team has surpassed some of…

  • Gutenberg 8.6 Adds Cover Block Video Positioning and Updates Block Patterns

    Gutenberg 8.6 Adds Cover Block Video Positioning and Updates Block Patterns

    Gutenberg 8.6 landed quietly last week. Much of the focus right now is ironing out the remaining bugs for WordPress 5.5 during its beta cycle. However, that does not mean the Gutenberg project has come to a complete halt in terms of new features. The team is marching forward with extra goodies for those who…

  • Develop, Test, and Showcase Blocks in Isolation With BlockBook

    Develop, Test, and Showcase Blocks in Isolation With BlockBook

    Riad Benguella released BlockBook, a project that promises to overhaul how developers build blocks and more, on Tuesday. It is a development environment that allows creators to work with blocks in isolation, outside of WordPress. Developers can view individual block properties and test output from a defined block library. BlockBook is available as an npm…