-
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 — Creating Block Patterns
•
Continue Reading: Creating a WordPress Block Theme — Creating Block PatternsSo we are continuing on in our efforts to create a WordPress block theme. This time we’re getting starting to create block patterns. If you’re new to block patterns, they are essentially groups of blocks that you can save in a file in your theme or plugin and then quickly add to any post, page,…
-
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.
-
My experience creating a full site editing theme for the WordPress theme directory
•
Continue Reading: 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.
-
Developing with WP Rig
•
Continue Reading: Developing with WP RigIf you’re looking for a great starter theme to build your next WordPress theme on, you might want to check out WP Rig. It’s got everything a developer could want.
-
Creating Gutenberg blocks with Advanced Custom Fields
•
Continue Reading: Creating Gutenberg blocks with Advanced Custom FieldsPlaying with Gutenberg can be fun. But creating blocks in JavaScript can be tough. But ACF will be giving developers help in the future.
-
After WordPress 5.0 everyone needs to take a breath
•
Continue Reading: After WordPress 5.0 everyone needs to take a breathWordPress 5.0 came out last week and was met with almost every emotion under the sun. There’s at least a bit of a divide in the community. So now what?
-
Object-oriented programming in a Gutenberg world
•
Continue Reading: Object-oriented programming in a Gutenberg worldSo now that we know why object-oriented programming might be good for your next WordPress plugin, let’s try it with a plugin that creates custom Gutenberg blocks.