-
A great read—four simple steps to your best body copy ever
Whether it’s blog posts, documentation or sell copy, great typography can transform your long copy from a hard slog to a great read. In just four steps! Find out how in part 3 of the WordPress Developer Blog’s type series.
-
The HTML API: process your tags, not your pain
All by itself, the HTML Tag processor is better than regular expressions. It’s convenient, reliable, fast—and You. Can. Read. It. This article shows you in two examples how to get started using the HTML Tag processor.
-
Understanding block attributes
There’s more to block attributes than meets the eye. Attributes contain data needed by your block, and that data can be retrieved from a number of different locations, not just the block delimiter. This post shows you the ways.
-
Exploring the future of web development with WebAssembly and PHP
PHP is a tremendously popular language. Imagine running your PHP applications in different environments like a browser or a phone. This opens a new set of possibilities for the PHP ecosystem and WordPress.
-
The anatomy of a letterform
Typography series part 2: The anatomy of a letterform. Letters have parts! See how they combine to give a typeface its voice.
-
Styling blocks: empowering users with CSS custom properties
Your block has complex markup, yet you want your users to easily style child elements within the block. How do you give your users this ability? With CSS custom properties. This post demonstrates the technique for doing this whilst also retaining compatibility with themes.
-
Make your site’s typography make a statement
This is the first in a series of six posts that are all about typography on the web: what does great type look like? How do you set it? And why do we care? This first post covers the language of type—basic type terminology.
-
Navigating the Block Editor Handbook
The Block Editor Handbook is intimidating even for seasoned developers. If you are new to block development, you’re likely to feel completely overwhelmed. This guide will help you to find your way around the Block Editor Handbook. It suggests a learning path that will help you become an expert in no time.
-
Curating the Editor experience with client-side filters
Learn how to curate the Editor experience like never before using a new client-side filter introduced in WordPress 6.2.
-
How webpack and WordPress packages interact
Learn how WordPress uses Webpack to manage importing from the built-in packages that ship with WordPress.