Themes & plugins Intro
Template hierarchy: finding the file that renders this screen
Every child theme task starts with the same question: which file is drawing this screen? There is a way to confirm it instead of guessing.
Technote
Building the screens you want without touching the parent theme — template hierarchy, asset loading and build pipeline, as a real project setup.
4 articles
Themes & plugins Intro
Every child theme task starts with the same question: which file is drawing this screen? There is a way to confirm it instead of guessing.
Themes & plugins Intro
Most "my CSS does not apply" cases are a child stylesheet loading before the parent. Declaring a dependency guarantees the order and removes the need to force anything.
Themes & plugins Practical
Duplicated markup always drifts. You fix one copy, the other stays wrong, and nobody notices until the two screens disagree.
Development workflow Practical
WordPress themes are expected to deploy without a build step, which leads to the opposite conclusion from ordinary application code — and to its own costs.