What would you like to see in the next default WordPress theme?

The most recent default theme, Twenty Twenty-Four, has been praised for its design and flexibility. It is time to start thinking about Twenty Twenty-Five, which will be released with WordPress 6.7 …

Make WordPress Core

OMG! I just discovered that #PostFormat templates for archives, like /type/image, are already supported in the #WordPress site editor world. They just have a strange name: taxonomy-post_format-post-format-image.html, and are not registered within the site editor.

I tested this with #TT4, and it works like a charm.

Kudos to [email protected].

https://github.com/WordPress/gutenberg/issues/53049#issuecomment-2223569019

Bring post formats to block themes · Issue #53049 · WordPress/gutenberg

What problem does this address? WordPress supports post formats since version 3.1 (year 2011). In block themes one can use functions.php to add support for post formats, but then that's about it. W...

GitHub