-
Creating a WordPress Block Theme — Creating the Archive and 404 Templates
•
Continue Reading: Creating a WordPress Block Theme — Creating the Archive and 404 TemplatesNext up in our path to building a new WordPress block theme, we need to create our archive template and our 404 template. And believe it or not, both of these will take us almost no time to build. So join me as we start to wrap up building Semplice Monospazio and learn how you…
-
Creating a WordPress Block Theme — Creating the Template Parts
•
Continue Reading: 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…
-
Creating a WordPress Block Theme — Theme JSON and Styling
•
Continue Reading: Creating a WordPress Block Theme — Theme JSON and StylingSo we are continuing on in our efforts to create a WordPress block theme. This time we’re getting started with the theme.json file. This is a pretty powerful tool that does a lot of the styling for us. And it removes a lot of the CSS that us theme developers used to have to write…
-
Creating a WordPress Block Theme — Intro and Design
•
Continue Reading: Creating a WordPress Block Theme — Intro and DesignIn this series, I’m going to walk through how I created my first block theme, Semplice Monospazio. In this introductory video, we’re going to walk through the designs I created for the theme and I’ll explain more about what I’m trying to do with this theme.