block theme
-
Creating a WordPress Block Theme — Creating the Template Parts
Read This Post: Creating a WordPress Block Theme — Creating the Template PartsSo we are continuing on in our efforts to create a WordPress block theme. This time we’re getting starting to create our template parts, including the header, footer and sidebar. Creating the template parts is super easy. It’s a lot like creating a block pattern, and in many cases, you’re probably going to be using block patterns to make up your template parts. And it’s way easier to create something like the header with an FSE theme than it was with the traditional PHP themes. So today let’s walk through how I created the template parts for this WordPress block theme.
-
My experience creating a full site editing theme for the WordPress theme directory
Read This Post: My experience creating a full site editing theme for the WordPress theme directoryIn June 2022, I released my first WordPress block theme to the theme directory for people to use. It was an attempt to really understand what it’s like to create a theme in a full site editing world. Here’s what I learned about that.