Experience Level: Beginner
-
Templates
Part of: Beginner WordPress Developer
Introduces how WordPress’ block templates system works and provides pathways for deeper learning.
-
Global settings and styles
Part of: Beginner WordPress Developer
This lesson where we will explore global settings and styles for WordPress.
-
Theme structure
Part of: Beginner WordPress Developer
Walks through how a theme’s files and folders are structured following WordPress standards.
-
How to backup your site
Part of: Beginner WordPress User
Explore methods for backing up your WordPress site, including hosting solutions and backup plugins.
-
How to find help with WordPress
Part of: Beginner WordPress User
Find solutions to WordPress roadblocks by leveraging support forums, documentation, and Learn WordPress resources.
-
Managing spam on your site
Part of: Beginner WordPress User
Learn to manage spam on your website using WordPress features and an anti-spam plugin.
-
Custom post type data
Part of: Beginner WordPress Developer
Learn how to use post meta to add custom fields to custom post types. Introduce the…
-
Custom taxonomies
Part of: Beginner WordPress Developer
Alongside custom post types and custom post type data, introduce the concept of custom taxonomies.
-
Custom post types
Part of: Beginner WordPress Developer
Learn how to register custom data types using the WordPress Post API and the register_post_type function.
-
Plugin requirements
Part of: Beginner WordPress Developer
Introduces the basic requirements needed for a valid plugin: a PHP file with a valid plugin…
-
What is a plugin?
Part of: Beginner WordPress Developer
Explore an introduction to WordPress plugins geared to developers.
-
Working with hooks
Part of: Beginner WordPress Developer
Learn about additional hook concepts like hook priority, hook parameters, and hook order.