-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Site Editor Pages: If the Posts Page is set, load the appropriate template, not the empty page. #52114
Labels
[Feature] Site Editor
Related to the overarching Site Editor (formerly "full site editing")
[Type] Bug
An existing feature does not function as intended
Comments
@jameskoster do you think this could be considered a bug, i.e. something we need to get fixed for 6.3? |
Ideally, yes. |
I can look at this |
Hopefully have something working over here: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
[Feature] Site Editor
Related to the overarching Site Editor (formerly "full site editing")
[Type] Bug
An existing feature does not function as intended
Currently: opening the Posts Page via the Pages panel in the Site Editor loads the data from that page into the details panel:
It's not very practical because this 'page' always resolves to display a specific template (Home or Index), and that template doesn't actually display any page data. It also breaks the word count / time to read data points (#51260).
Clicking to edit this page takes you to an awkward state where nothing on the canvas can be edited until you engage template editing.
We can resolve this by updating the Posts Page menu item to link directly to the relevant template.
The text was updated successfully, but these errors were encountered: