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

Code editor
Part of: Beginner WordPress Developer
A summary of some of the more popular code editors available for developing with WordPress.
-

WordPress Installation
Part of: Beginner WordPress Developer
Learn how to manually set up a local WordPress instance, through the famous five-minute install.
-

Local development environment
Part of: Beginner WordPress Developer
An introduction to the concept of a local development environment, as well as some common options.
-

Admin page request
Part of: Beginner WordPress Developer
Explore a typical WordPress admin request and step through the code execution.
-

Front-end page request
Part of: Beginner WordPress Developer
Explore a typical WordPress front end request and step through the code execution.
-

Permalinks, rewriting urls on Apache and Nginx
Part of: Beginner WordPress Developer
Describe how permalinks work. Identify where Permalinks can be set for a WordPress installation.
-

The WordPress database
Part of: Beginner WordPress Developer
Identify and describe the different tables in the WordPress database, and the core functions to interact…
-

The WordPress file structure
Part of: Beginner WordPress Developer
Describe the files and directories that make up a WordPress installation.
-

WordPress and web servers
Part of: Beginner WordPress Developer
What a web server is, and the different parts of a web server.
-

Testing your products for PHP version compatibility
With all versions of PHP 7 now officially EOL (end of life) any plugins you develop,…
-

How to create a menu with the navigation block
Navigate your way around your website with the aid of the navigation block. This tutorial will…
-

Introducing the Twenty Twenty-Four theme
In this tutorial, we will explore the new WordPress default theme. The idea behind Twenty Twenty-Four…