Lessons
Lessons can be taken as part of a course or whenever you want to learn deeply about a specific subject or concept. They come in a range of formats, including how-to videos, quizzes, text-based content, and other activities.
-

The block theme for this course
In the previous module, you reviewed the basics of a block theme which included creating a…
-

Adding a Contact Form to Your Site
Learn how to add different types of contact forms to your site without knowing any code.…
-

Finding information when you need it
Part of: Introduction to Block Development: Build your first custom block
As you go on to develop your own projects you are going to run into bugs…
-

Exporting a block theme
Discover how to export your block theme into a zip file, in three different ways.
-

Template Parts
Template Parts are reusable parts of a theme. Unlike templates, template parts are not rendered directly,…
-

Templates
The core files that make up a WordPress theme are templates. Templates are the files that…
-

Block theme requirements: A review
Explore the minimum requirements necessary to create a working block theme.
-

Using the create-block tool
Learn about the create-block command line tool, and how to use it to scaffold a new…
-

Debugging and troubleshooting
Part of: Introduction to Block Development: Build your first custom block
Learn about some of the issues you might encounter when developing a block, and how to…
-

How themes are designed?
Part of: Develop Your First Low-Code Block Theme
As an intermediate user, you’re probably familiar with finding, installing, and experimenting with both classic and…
-

Creating your block theme’s theme.json file
Part of: Develop Your First Low-Code Block Theme
Create an optional, but highly recommended file to unlock additional options in our theme.json file.
-

Creating your templates folder and index.html
Part of: Develop Your First Low-Code Block Theme
In order to transform your theme from a non-functioning classic theme into a fully-functional block theme,…