style.css and Theme Header — a practical guide to WordPress style.css theme header with clear examples you can reuse in real projects.
WordPress Theme Development Series (8/96). Prefer one article? Read the complete WordPress theme development tutorial.
Short description
The theme header in `style.css` is required. Main CSS can still be enqueued separately for performance.
Theme header
/*
Theme Name: Acme Theme
Theme URI: https://example.com/acme-theme
Author: Imtiyaj
Description: A clean starter theme.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: acme-theme
*/