Closed mjsdiaz closed 2 years ago
Same here on the WP 5.9 Bate 1.
Thanks for the reports! I can confirm. If I add add_theme_support( 'post-thumbnails' );
to the theme, then this works again.
I'm wondering if maybe https://github.com/WordPress/gutenberg/pull/35593 didn't make its way over to core. @youknowriad or @noisysocks, can you confirm?
Yes looks like https://github.com/WordPress/gutenberg/pull/35593 was missed while adding the FSE infrastructure to Core. @ockham: Are you able to look into adding that?
Does this have anything to do with it? (Related to TT1 but the same issue might be also for Twenty Twenty Two.) https://github.com/joedolson/my-calendar/issues/197#issuecomment-986306781
"...I assume that block themes don't have current_theme_supports( 'post-thumbnails' ), because that block would be added on demand or something? How does that work? "
"...I assume that block themes don't have current_theme_supports( 'post-thumbnails' ), because that block would be added on demand or something? How does that work? "
It's possible. That is it's supposed to be added by default for Block Themes but in the Beta it is currently not happening.
I have tested with TT1 but the feature images works fine. I think something to do with the TT2 theme.
Unlike Twenty Twenty-One, Twenty Twenty-Two relies on core opting it in by default. So this will be fixed once https://github.com/WordPress/gutenberg/pull/35593 is migrated into core.
I opened https://core.trac.wordpress.org/ticket/54597 to track this.
it is also missing in Beta 2
Thanks! I'm going to close this now that it's tracked in https://core.trac.wordpress.org/ticket/54597.
Describe the bug With WP 5.9-beta1 with Twenty Twenty-Two block theme, and when editing a Post (All Posts > Hello World), I don’t see the section to add the Featured Image in the Post Settings sidebar. If I switch to Twenty Twenty-One, the Featured Image section is there, and if I activate the Gutenberg plugin, the Featured Image section is there in the sidebar.
To Reproduce Steps to reproduce the behavior:
Expected behavior Section to add Featured Image should be in the Set tings sidebar
Screenshots Attached are screenshots of Twenty Twenty-Two and Twenty Twenty-One
Device:
Additional context