wordpress
Installation
SKILL.md
WordPress
WordPress 6.6 (2025) continues the Full Site Editing (FSE) revolution. Everything is a block.
When to Use
- Content Sites: Blogs, News, Marketing sites.
- Client Handoff: Clients know the WP Admin interface.
- E-commerce: WooCommerce is standard.
Core Concepts
Gutenberg (Block Editor)
React-based editor. blocks are the unit of content.
Themes (Block Themes)
composed of html parts and theme.json, reducing PHP usage.