What do you mean by “template editor”? Where would you normally find it?
Thread Starter
Aimee
(@greatdanemaniac)
Ok, of course I mean the FSE template editor. It’s usually in the appearance menu where you can edit templates and template parts. Otherwise it’s under templates inside the post editor, but it’s not there, unless I have the Gutenberg plugin activated. The Gutenberg plugin is now at 10.9 or something like that…
To me it seems so weird to be “forced” to have the Gutenberg plugin installed to see the new cool FSE stuff when the 10.7 version is included. I do not know what I’m missing here.
I am using this on a test site and not production.
Moderator
Yui
(@fierevere)
永子
Thread Starter
Aimee
(@greatdanemaniac)
Thank you @fierevere.
So I guess that until the official release date that is 20th of July, I have to use the Gutenberg Plugin anyway then?
TT1 theme is wonderful, btw and I love the FSE editor that comes with that theme if the Gutenberg plugin is activated.
I’m just confused by this, as I’m sure many others are. I’m a developer, but a total noob regarding WP releases.
Moderator
Yui
(@fierevere)
永子
5.8 will not have full release of the FSE feature.
It just brings several neat things that make FSE closer, but not this release.
Template editor has landed in 5.8
Introducing the template editor in WordPress 5.8
The theme still has to enable support for editing templates
add_theme_support( 'block-templates' );
or need to have theme.json file
Thread Starter
Aimee
(@greatdanemaniac)
Good to know, @fierevere!
Thank you. I think I understand it more now.
Thread Starter
Aimee
(@greatdanemaniac)
Also, I noticed now that both the 2021, 2020 and 2019 theme does not have the add_theme_support( 'block-templates' );
tag or the theme.json file, and when I added theme support it to the 2021 theme, the template editor showed up!
Thanks again for all responses.
If you’d like to add support for the template editor to any of the default themes, I do recommend that you use a child theme. Every default theme will be receiving an update when 5.8 is released. Any changes to those themes will be overwritten when they are updated.
There is a ticket exploring the possibility of adding support for block templates in Twenty Twenty-One, but it’s not clear if this will happen in time for 5.8 yet.
Thread Starter
Aimee
(@greatdanemaniac)
@desrosj thank you, and I knew that. I was just trying to see if it worked and it did.