-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Single Page Editing: front page loading #43289
Comments
I think that this should Gutenberg's responsibility (and thus, implemented there) -- it makes sense for Gutenberg to always show whatever template is responsible for rendering the site's home page upon first loading the Site Editor (which in our case happens to be a static front page). By and large, I think's this is how it works already (possibly pending WordPress/gutenberg#23186). |
I think so too. I believe it will work out of the box but we agreed to split it out as a separate thing just in case. |
I'm closing this because all the changes should be working in core:
Some fixes were made in core to accomplish this:
|
I should also note that in the site editor, we already deliberately set the initial view to the homepage, whether it's a page or post. |
In order to display the correct page when we load users in the site editor we'll need to accomplish the following tasks:
For the second part it would be good to verify if Seedlet blocks theme contains the appropriate page template in the first place and add it if that's not the case.
The text was updated successfully, but these errors were encountered: