WordPress has opened the call for volunteers for the Twenty Twenty-Seven default theme, and the timeline is tighter than I expected. The theme ships with WordPress 7.2 in early December 2026, so the architectural work starts now. If you have been watching core development from the sidelines, this is a good chance to see how the sausage gets made at scale.
The technical stakes of WordPress 7.2
Henrique (@iamarinoh) is the lead designer, working with Matt Mullenweg and the leadership team. Design is the visible half of the job. The harder half is building a Twenty Twenty-Seven default theme that uses the newest Block API features and still does not break older sites. Basic templates are not the work anymore. It is block patterns, a theme.json far larger than anything you would hand-write for a client, and enough discipline about assets that performance survives.
As I noted when looking at the WordPress 7.0 roadmap, core keeps pushing further into blocks. Development on this theme will probably overlap with big changes to the Interactivity API and to advanced block styling pseudo-selectors, which is a large part of what makes the schedule interesting.
Why senior devs should care
A client build only has to work for one client. A default theme has to be everything to everyone, which means handling edge cases that 99% of developers never run into:
- Global Styles: staying fluid across screen sizes without wrecking the editor experience.
- Block Hooks: injecting dynamic data without creating race conditions.
- Performance: holding Largest Contentful Paint (LCP) under the recommended threshold on standard hosting.
If you want in, comments close on Friday, March 27th. The full call for volunteers is on the Make WordPress Core blog. The commitment runs from now until the WordPress 7.2 release in December, so plan for it instead of squeezing it into spare evenings. If modern theme work is new to you, the WordPress Theme Handbook is the place to start.
If this Twenty Twenty-Seven default theme work is eating your dev hours, I can take it on. I have been wrestling with WordPress since the 4.x days.
The core contributor takeaway
Volunteering on a default theme is partly giving back and partly keeping your own skills current, and the second part is why most people stay. If you have the bandwidth, leave a comment on the core post and get involved. Helping build the tools beats complaining about them a year later.