
Phase 1: Foundations (Beginner)
Learn Full Stack WordPress Development by Zendz N
*Build your WordPress foundation from the ground up. Learn essential concepts, set up your development environment, and understand how WordPress works under the hood.*
Lessons
Preview the lesson sequence before joining or buying the course.
Lesson 1
What is WordPress and how it works
1. The Core DefinitionAt its simplest, WordPress is an open source Content Management System (CMS) written in PHP and paired with a MySQL or MariaDB database.Th...
Lesson 2
Local development environment (XAMPP)
In this lesson, you will learn how to set up a local server on your computer, install and configure LocalWP for easy WordPress development, use XAMPP/MAMP for t...
Lesson 3
Dashboard overview and navigation
In this lesson, you will learn how to navigate the WordPress admin dashboard efficiently, understand the admin menu structure and sections, use the toolbar and...
Lesson 4
Understanding users, roles, and permissions
In this lesson, you will learn how to create and manage user accounts, understand the 5 default WordPress roles (Administrator, Editor, Author, Contributor, Sub...
Lesson 5
WordPress Architecture
Understand how WordPress is structured File structure and core files Database structure (wp posts, wp users, etc.) The WordPress Loop Template hierarchy Hooks:...
Lesson 6
WordPress installation and configuration
In this lesson, you will learn how to perform a fresh WordPress installation, configure wp config.php file settings, set up database connection and credentials,...
Lesson 7
Content Management Essentials
In this lesson, you will learn about ; Posts vs Pages vs Custom Post Types Categories, tags, and taxonomies Media library management WordPress Block Editor (Gut...