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.
-

Creating your block theme’s index.php
Part of: Develop Your First Low-Code Block Theme
Your next step in your block theme’s creation is to create an index.php file in your…
-

Creating your block theme’s style.css
Part of: Develop Your First Low-Code Block Theme
Now that you’re familiar with your text editor, it’s time to create some files! Step 1:…
-

Setting up your block theme’s development environment
Part of: Develop Your First Low-Code Block Theme
Creating a WordPress Installation Using Local: Video Guide Pro-Tip: It can be a bit tricky to…
-

What a new theme developer needs to know: Anatomy of a block theme
Part of: Develop Your First Low-Code Block Theme
What are block themes made of anyway? Before you can get started designing a custom theme…
-

How classic and block themes are developed from designs
Part of: Develop Your First Low-Code Block Theme
How Themes Are Developed (For Beginners) Classic Theme Development: From Design Image to Hard Code To…
-

Different types of themes: Overview
Part of: Develop Your First Low-Code Block Theme
Technology evolves constantly to keep up with the swift pace of the world, and WordPress themes…
-

Start editing the project
Part of: Introduction to Block Development: Build your first custom block
In the last lesson you built the project with the command npm run build to ensure…
-

Deleting WordPress data records
Part of: Using the WordPress Data Layer
In the previous part, we added the ability to create new pages, and in this part,…
-

Creating new WordPress data records
Part of: Using the WordPress Data Layer
In the previous part we created an Edit page feature, and in this part we will…
-

Editing WordPress data records
Part of: Using the WordPress Data Layer
This part is about adding an Edit feature to our app. Here’s a glimpse of what…
-

Retrieving WordPress data records
Part of: Using the WordPress Data Layer
In this lesson, you’ll learn to fetch WordPress data. We’ll build a minimal filterable list of…
-

Setting up your development environment
Part of: Using the WordPress Data Layer
Build a WordPress plugin for setting up your development environment.