-
Notifications
You must be signed in to change notification settings - Fork 4.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
Display homepage settings in the front-page Template Inspector #43418
Comments
Do you think it makes sense to surface these settings just for front-page? I think there are other cases or templates where it could be useful to surface the reading settings in the site editor. |
It's a bit tricky. We might surface posts-per-page settings in the Archive template, but since that setting can affect other templates it might be confusing? That's the nice thing about homepage settings and the front-page template – it's totally self-contained. When front-page exists it will always display the homepage. Did you have anything specific in mind? |
I was thinking that it could make sense to display these settings for What's still tricky about adding these settings to front-page — would it require by convention a query block to exist in the template for the expected result? |
Yes good point, a Query (that inherits from the template) is mandatory for the settings to have any effect. I suppose another option could be to surface these settings on the Query block itself, but only when situated in the front-page template, and only when it inherits. That sound a bit finicky though. |
I'm going to close this out in favor of #49597 as that has more context and momentum right now while still covering the same issue at hand. Feel free to reopen if I'm missing something though! |
The front-page template is unique in that it will always display the homepage regardless of what the homepage is set to display in the reading settings.
Therefore we might consider pulling the homepage display settings directly into the Inspector panel for this template. Here's a rough example of how this could work:
front-page.mp4
I think this could potentially elevate the perception of this template, which is otherwise a bit confusing.
Related: #42554
The text was updated successfully, but these errors were encountered: