You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, I'm not sure what to do about this one. WordPress/gutenberg#26355 makes it possible to switch to the full template here and show the post title as it would appear on the front end:
That being the case, I'm not totally sure what the plan is for the post title in the editor when you're not editing the full site. Should it borrow the normal core/post-title block settings as defined in Global Styles? Or is this meant to be a separate, simpler, "writing" view where the post title wouldn't exactly match the front end?
I'm not totally sure what the plan is for the post title in the editor when you're not editing the full site
Yeah this needs some design exploration I think. One idea I've seen floated around is to move the title input to the top bar, kind of like how macOS apps handle renaming:
I like this option – at least as a fallback – because it ensures that editing the title is always possible, even if the Title block isn't actually rendered on the canvas.
It also eliminates any guesswork with regards to where the title will actually appear on the frontend. When the content and template views have different title displays (like the gif above) that can be confusing. The template should always be the source of truth there I think.
Certainly there are other options, but I haven't seen any other explorations.
The post title needs styling to match the default theme. It should look like this in the post editor and view:
The text was updated successfully, but these errors were encountered: