2 artifacts
Tap to collapse details
mkdir my-wp-project && cd my-wp-project
npx @wordpress/env start
http://localhost:8888
http://localhost:8888/wp-admin/
git init
wp-config.php
define('WP_DEBUG', true);
❌ Using production site for development
→Always start with a fresh local install via wp-env or LocalWP
❌ Skipping debugging mode
→Add WP_DEBUG true in wp-config.php to catch errors early
Tap to expand details
Spin up a personalized “learn WordPress development” plan you can save, check off, and return to anytime — unlimited on the free trial.
Learn WordPress
by Brad Williams, David Damstra, Hal Stern
Official handbooks for themes, plugins, blocks
Free training pathways for developers
Easy local WordPress development environment
Command-line tool for WordPress management
Code editor with WordPress extensions