Course Content

Course Content

This isn’t another “ask ChatGPT to write your blog post” course. This is a real professional WordPress workflow โ€” powered by AI, built from 20 years of experience.

10 Modules ยท 60 Lessons ยท 8+ Weeks
1

Workspace Setup

๐Ÿ“ฆ 7 Lessonsโฑ Week 1

1.1 The Philosophy: AI Does, AI Verifies, You Direct

Why we use one AI to do the work and another to check it. The mindset shift that changes everything.

Video

1.2 Terminal Basics โ€” Your New Command Center

What the terminal is, how to open it, basic navigation. No fear โ€” just a text window that gives you superpowers.

Setup

1.3 Installing & Configuring Claude Code

Install Claude Code on your machine. First run, authentication, and understanding how it works inside the terminal.

Setup

1.4 Chrome + Claude โ€” Your AI Quality Control

Set up Claude in the browser. How to use it as a reviewer, prompt writer, and strategy partner alongside terminal Claude.

Setup

1.5 Local by Flywheel โ€” Your Safe Playground

Install Local, create your first local WordPress site. Why you should never experiment on a live site.

Setup

1.6 Project Folder Structure

How to organize your projects: Projects/project-name/ with dedicated folders for web content, docs, and assets.

Video

1.7 Your First Claude Code Session

Open terminal, navigate to your project, talk to Claude Code. Watch it create files, read your site, answer questions. Hands-on.

Exercise
2

WordPress from the Terminal

๐Ÿ“ฆ 6 Lessonsโฑ Week 2

2.1 WP-CLI โ€” Why You’ll Never Use the Dashboard the Same Way Again

What WP-CLI is and why it’s 10x faster than clicking through menus. Install and connect to your local site.

Video

2.2 Essential WP-CLI Commands

post, page, option, plugin, theme, user, menu โ€” the commands that replace 90% of dashboard clicking.

Video

2.3 SSH โ€” Connecting to Your Live Server

What SSH is, how to connect, navigating your hosting environment. Your remote control for any server.

Video

2.4 SSH Key Authentication โ€” Passwords Are Dead

Generate SSH keys, add them to your server. Never type a password again. Secure and fast.

Security

2.5 Bulk Operations with Claude Code + WP-CLI

Create 10 pages, update 50 posts, change site settings โ€” all in one command session. Claude Code writes the commands, you approve.

Exercise

2.6 Practice: Build a Complete Site from Terminal

Theme setup, pages, menus, settings โ€” build an entire WordPress site without touching the dashboard once.

Live
3

CLAUDE.md & Project Context System

๐Ÿ“ฆ 6 Lessonsโฑ Week 3

3.1 What Is CLAUDE.md and Why It Changes Everything

The file that gives Claude Code persistent memory about your project. Write it once, benefit forever.

Video

3.2 Writing Your First CLAUDE.md

The template: project description, brand info, technical stack, conventions, file structure. Hands-on.

Exercise

3.3 MD Files as Your Project Brain

Business plans, changelogs, web content, meeting notes โ€” all in markdown. Why plain text beats Notion and Google Docs.

Video

3.4 The Memory System โ€” Making AI Remember You

How Claude Code’s memory works. User preferences, project context, feedback loops. Train it to work YOUR way.

Video

3.5 The Two-AI Workflow in Practice

Terminal Claude does the work. Browser Claude reviews it. You direct both. A complete walkthrough with a real project.

Live

3.6 Prompt Engineering That Actually Works

Stop writing vague prompts. Learn to give Claude Code precise context, constraints, and expected output format.

Video
4

Building & Managing Sites with AI

๐Ÿ“ฆ 6 Lessonsโฑ Week 4

4.1 Theme Setup & Configuration via Terminal

Install a theme, configure colors, typography, and layouts โ€” all through Claude Code and WP-CLI.

Video

4.2 Page Creation โ€” From MD Brief to Live Page

Write your content plan in markdown, let Claude Code turn it into WordPress pages with proper blocks and structure.

Video

4.3 Content Generation โ€” You Direct, AI Writes

How to brief Claude Code for page content, blog posts, product descriptions. Your voice, AI speed.

Video

4.4 Quality Control with Browser Claude

Copy your page URL into Chrome Claude. Ask it to review content, check for errors, suggest improvements. AI auditing AI.

Exercise

4.5 Menus, Widgets, and Site Settings

Navigation menus, footer content, site identity โ€” configure everything from the terminal.

Video

4.6 Full Site Build โ€” Start to Finish

Build a complete website in one session: planning in MD, building with Claude Code, reviewing with browser Claude.

Live
5

APIs, Application Passwords & Integrations

๐Ÿ“ฆ 5 Lessonsโฑ Week 5

5.1 What Is an API? (Plain English)

APIs are how software talks to software. Demystified with real WordPress examples you can see and touch.

Video

5.2 WordPress REST API โ€” Your Site’s Hidden Superpower

Every WordPress site has a built-in API. Learn to read, create, and update content from outside the dashboard.

Video

5.3 Application Passwords โ€” Secure API Access

Generate Application Passwords in WordPress, authenticate API requests. The safe way to let external tools talk to your site.

Setup

5.4 Practical API Workflows with Claude Code

Use Claude Code to call your site’s API: create posts remotely, pull data, automate content publishing.

Exercise

5.5 Zapier & Make.com โ€” Connecting Everything

Link your WordPress site to email platforms, CRMs, spreadsheets, and more. No-code automation.

Video
6

SEO & GEO โ€” AI-Powered Search Strategy

๐Ÿ“ฆ 6 Lessonsโฑ Week 6

6.1 Feed Your SEO Reports to AI

Export Search Console and Analytics data, paste into Claude. Get plain-English analysis and an action plan in minutes.

Video

6.2 Keyword Research & Content Planning with AI

Find gaps, plan topics, build a content calendar โ€” Claude does the research, you make the decisions.

Video

6.3 Bulk SEO Optimization via Terminal

Update meta titles, descriptions, alt tags across your entire site using Claude Code + WP-CLI. Hundreds of pages, minutes not hours.

Exercise

6.4 GEO โ€” Getting Found by AI Search Engines

Google AI Overviews, ChatGPT Search, Perplexity. Structure your content so AI engines cite and recommend you.

Video

6.5 Competitor Analysis Workflow

Use Claude to research competitors, analyze their content strategy, and find opportunities they’re missing.

Video

6.6 SEO + GEO Unified Strategy

A single system that ranks in both traditional search and AI search results. Set it up once, maintain weekly.

Exercise
7

Going Live Safely โ€” Git, Backups & Deployment

๐Ÿ“ฆ 9 Lessonsโฑ Week 7

7.1 Why Version Control Matters (Even for Non-Developers)

You changed something and it broke. Can you go back? With Git, yes โ€” every time. This lesson makes it click.

Video

7.2 Git Basics โ€” init, add, commit, diff, revert

The 5 commands that give you undo for your entire project. Claude Code handles the complexity โ€” you just approve.

Setup

7.3 The Backup-Before-You-Touch-Anything Rule

WP-CLI export, database dumps, file backups. The 60-second habit that saves you from disaster.

Security

7.4 Local โ†’ Staging โ†’ Production Workflow

Build and test locally, verify on staging, deploy to production. The professional way to make changes.

Video

7.5 SSL, Updates & Security Basics

Keep your site secure: SSL, safe update strategy, user permissions. The non-negotiables.

Security

7.6 AI-Powered Debugging

Something broke? Paste the error into Claude Code. It reads logs, traces the issue, and suggests the fix. You approve.

Video

7.7 Deploy Day โ€” Push Your Site Live

Full deployment walkthrough: backup, verify, push, test. Confidence, not anxiety.

Live

7.8 Automated Monitoring with Checkly

Set up Checkly to automatically test your site every few minutes. Page loads, forms, checkout flows โ€” if something breaks, you know before your visitors do.

Setup

7.9 Writing Checkly Tests with Claude Code

Use Claude Code to generate Playwright-based browser checks for your critical pages. AI writes your monitoring scripts โ€” you deploy them to Checkly and sleep well.

Exercise
8

Your System โ€” Routines, Templates & Independence

๐Ÿ“ฆ 7 Lessonsโฑ Week 8

8.1 Design Your Weekly AI Routine

A repeatable system: what to check, update, create, and review each week โ€” in under 5 hours total.

Video

8.2 Your CLAUDE.md Template Library

Standardized CLAUDE.md templates for different project types: brochure site, e-commerce, blog, client project.

Exercise

8.3 Build Your Prompt Library

Organize and save your best-performing prompts. Categorized, documented, ready to reuse.

Exercise

8.4 Email Marketing with AI

AI-written welcome sequences, campaigns, newsletters. Connect to Mailchimp/Brevo. Subscriber segmentation.

Video

8.5 Automation โ€” Eliminate Repetitive Work

Zapier/Make.com workflows for content publishing, backups, notifications. Set it and forget it.

Video

8.6 The Independence Checklist

Can you build a site from terminal? Manage SEO? Deploy safely? Back up? Debug? Check every box.

Security

8.7 Graduation & What’s Next

Document your own workflow. Share it with the community. You’re not a student anymore โ€” you’re a practitioner.

Live
B1

WooCommerce Store Management with AI

๐Ÿ“ฆ 4 Lessons๐ŸŽ Bonus Week

B1.1 Bulk Product Descriptions with Claude Code

Feed your product list, get back SEO-optimized descriptions. Hundreds of products, one session.

Video

B1.2 Category, Tag & Attribute Optimization

Organize your store taxonomy for SEO and user experience using AI analysis.

Video

B1.3 WooCommerce REST API โ€” Remote Store Management

Manage orders, products, and customers through the API. Claude Code as your store assistant.

Video

B1.4 Full Store Audit with AI

Products, SEO, speed, UX โ€” run a complete health check and get a prioritized action plan.

Exercise
B2

WooCommerce Sales & Conversion

๐Ÿ“ฆ 4 Lessons๐ŸŽ Bonus Week

B2.1 AI-Powered Abandoned Cart Recovery

Write email sequences that bring customers back. AI writes, you review, automation sends.

Video

B2.2 Upsell & Cross-Sell Sequences

Post-purchase email flows that increase average order value. AI-personalized per segment.

Video

B2.3 Customer Segmentation & Review Management

Segment your customer base with AI. Automate review requests. Build social proof at scale.

Video

B2.4 Your Complete WooCommerce AI Playbook

Everything combined into a single operational system for your store.

Exercise

This Is a Real Workflow. Not a Theory Course.

60 lessons. 10 modules. Terminal, browser, and AI working together. Built from 20 years of WordPress experience.

Join WP AI Mastery โ€” $497 โ†’