
Create Custom Gutenberg Block – Part 8: Translation Support
This lesson focuses on how to support translation of the texts in our Gutenberg block. We use WP-CLI to generate the required JSON files for WordPress.
This lesson focuses on how to support translation of the texts in our Gutenberg block. We use WP-CLI to generate the required JSON files for WordPress.
In this tutorial we'll look at how to add a discount programatically in WooCommerce. We use coupons but we make it automatic and we hide that it's a coupon.
In this part in our Gutenberg block tutorial we'll learn how to move out the registerBlockType's edit function to a separate class-based component.
In this post we'll learn how to add WordPress' toolbars to our block, i.e. for alignment and block alignment. We will also learn to add our own toolbars with our own buttons for doing custom actions.
In this Gutenberg tutorial lesson we'll focus on how to add different components to the Inspector - the sidebar on the right hand side in the editor.
This guide goes into detail how to code in your theme and use WordPress Gutenberg editor to create great-looking and modern frontpages or landing pages.
This post explains how to set up block styles for blocks in Gutenberg, with either PHP or Javascript - and touches upon ideas to solve stylesheets.
In this Gutenberg block lesson for beginners we'll look at how to define attributes, fetching their values and updating them.
The previous step in this tutorial series went through how to register a custom block, both in Javascript and in PHP. In this step we'll learn how to use WordPress' components for adding different kind of fields and settings.
In this post we'll learn how to show an custom menu in the sidebar (or wherever else you'd like), by allowing posts or pages to choose a menu.