May 30, 2019
Access block data with PHP using parse_blocks() and render_block()
Gutenberg organizes your content into blocks. Use PHP to access and display individual blocks in a post.
Gutenberg is the new block-based content editor in WordPress.
These developer-focused tutorials will help you extend Gutenberg and build easier-to-manage websites for your clients.
May 30, 2019
Gutenberg organizes your content into blocks. Use PHP to access and display individual blocks in a post.
May 7, 2019
This tutorial shows you how to change the Gutenberg block editor width based on a page template or layout defined in post-meta.
April 25, 2019
Here’s a simple solution for using the block editor outside of the main content area, as a replacement for widget areas.
February 26, 2019
I share my Genesis starter theme, and a non-Genesis starter theme.
February 19, 2019
Every block type in the WordPress editor can have multiple style options. I’ll show you how to add and remove style options from blocks.
February 5, 2019
A developer’s guide to creating a WordPress color palette and applying the styles to Gutenberg blocks.
January 8, 2019
The new WordPress block editor includes two new alignment options. To take advantage of the new alignment options, your theme must first support them. Include add_theme_support( ‘align-wide’ ) in your…
January 2, 2019
The new block editor in WordPress includes many core blocks, and you can add additional blocks through plugins. These are the tools I recommend using.