Learn WP Theme Dev
Get the Mini-Course

Tag: #theme.json

Add autocomplete to your theme.json file

The functionality of theme.json has been constantly expanding since the feature was introduced in WordPress version 5.8. This means there are always new things being added, but that also means there’s a whole lot to remember! In this post, we’ll talk about a one-line solution to add autocomplete and hinting to your WordPress theme’s theme.json…

Read Article

How Alignments Work in Gutenberg

Alignments are a key concept that helps you create dynamic blocks with varying container sizes. In this blog post, I break down how alignments work in Gutenberg and share some tips you can use to leverage this capability to write more maintainable themes and build unique interfaces quickly. What is an alignment? Alignments are roughly…

Read Article