Notes: This post is part 1 of my proof-of-concepts learning note post for CSS-Tricks article on the JSON elements. Some screenshot images used here are credited to the CSS-Tricks. There is considerable ongoing efforts in Gutenberg block editor to move the entire style definitions to a single place, i.e. theme.json file. To measure the progress, let’s look […]
CSS-Tricks: Adding Fluid Typography Support to WordPress Block Themes
My yet another article Adding Fluid Typography Support to WordPress Block Themes published to-day on CSS-Tricks.

This article covers how to add newly added fluid typography feature, that is included in WordPress 6.1 and allows theme authors to apply fluid typography in block themes by default, without using clamp() function.
CSS-Tricks: How To Customize WordPress Block Theme Cover Templates with Dynamic Post Feature Images
My another article How To Customize WordPress Block Theme Cover Templates with Dynamic Post Feature Images is published on CSS-Tricks today. This is my third article on CSS-Tricks under the new Digital Ocean management.

This article covers, how creating cover header block sections in page and post in block themes is becoming so easier that even less tech-savvy users could create without writing much complicated codes.
New Features in WordPress 6.1
Note: The WordPress 6.1 is scheduled to be released on November 1, and its Beta-1 version was released yesterday for testing purposes, only. The WordPress 6.1 is the third major release of the year 2022, which includes Gutenberg plugin releases from 13.1. to 14.1. Back in June, project lead engineer Matias Ventura outlined its roadmap. […]
Support for Buttons Element in Site Editor UI via Theme.JSON
Notes: This post is part of understanding new features in full site editing (FSE) interface. This learning post is still in active development and updated regularly. Not all theme.json elements are strictly HTML elements, and only a few elements are supported, and WordPress applies some styles to a class name rather than an HTML tag. Therefore, […]
Learning to Apply Fluid Typography via Theme.Json
Notes: This post is part of understanding new features in full site editing (FSE) interface. This learning post is still in active development and updated regularly. Fluid typography is described as “a fancy way of describing font properties, such as size or line height, that scale fluidly according to the size of the viewport“. When this […]
