-
How I Create Block Themes
•
Continue Reading: How I Create Block ThemesBlock themes are still a relatively new thing in WordPress. And theme developers are still finding the sweet spot in how they create block themes for this new site editor world. So if you’re learning how to build block themes for WordPress, here’s the process I’ve been using to create themes for the Crosswinds Framework.
-
How I Made the Columns Blocks Responsive for the Crosswinds Framework
•
Continue Reading: How I Made the Columns Blocks Responsive for the Crosswinds FrameworkOne of the features of the Crosswinds Framework base theme is better responsiveness for the columns block in WordPress core. Here’s how I made the block look better at tablet screen sizes.
-
What I Learned from Building the Crosswinds Framework
•
Continue Reading: What I Learned from Building the Crosswinds FrameworkI spent over nine months last year building the Crosswinds Framework, a combination of a WordPress block theme, WordPress block plugin and a suite of child themes built for specific niches. Here’s what I learned while building the Framework.
-
How I Built the Crosswinds Framework
•
Continue Reading: How I Built the Crosswinds FrameworkThe vast majority of my freelance time in 2023 was spent building the Crosswinds Framework, a WordPress project that includes a blocks plugin, a base block theme and a suite of child themes built for specific niches. Here’s how I built the Crosswinds Framework.
-
Creating a WordPress Block Theme — Uploading it to the Theme Directory
•
Continue Reading: Creating a WordPress Block Theme — Uploading it to the Theme DirectoryWe are now basically done with creating our WordPress block theme! All that’s left is to give it a few more tests, bundle it up and submit it to the WordPress theme directory for review. So in today’s video we’ll do just that. And I’ll give just a few pointers for how to make your…
-
Creating a WordPress Block Theme — Creating Theme Style Variations
•
Continue Reading: Creating a WordPress Block Theme — Creating Theme Style VariationsWe’re almost done with creating our full site editing theme. But before we get it ready to submit to the WordPress theme directory, we first need to add one more thing: style variations. Style variations allow theme developers to quickly create variations of their themes with different colors, fonts and other elements. We used to…
-
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 Page and Post Templates
•
Continue Reading: Creating a WordPress Block Theme — Creating the Page and Post TemplatesSo we’re continuing on with creating our new block theme, Semplice Monospazio. So far we have set up the theme.json file, created various block patterns and built out a few template parts. In today’s video we’re moving on to create our page and post templates. We’ll create simple templates for each at first, before moving…
-
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,…