Category: Block Theme Development
-
Using Global Styles and Settings (theme.json) for client projects
To build maintainable websites for our clients, we need to a set of predefined styles and settings to be used across an entire website. In Classic themes, this was CSS.…
-
How to achieve blazing fast images in WordPress themes
Our clients expect their websites to be fast. Since Google introduced the Web Vitals, we now have a metric that measures performance—at least as far as Google’s search and ad services…
-
Pattern or Post Type: Discover the Best Way to Structure Your Content
With classic themes, any content that wasn’t a post or a page was a custom post type. You then combined this custom post type with meta fields to store data…
-
What is appearanceTools in theme.json?
If you look at the theme.json file of a theme like Twenty Twenty-Three, you might have come across the appeareanceTools setting: Unlike other settings in theme.json, appearenceTools does not enable…
-
How to use source control with block themes
One essential tool in your toolbox as a professional website builder is source control, also called version control. Source control is the practice of tracking and managing changes to code.…
-
How to use the Font Library in Classic or Hybrid Themes
WordPress 6.5 introduced the Font Library feature, that allows you to add, manage, and remove fonts without having to write any code. But by default this feature is only available…