Replies: 1 comment
-
Already requested in #5074 and on the roadmap for Insiders. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This may be a bit much of an idea for the Blog plugin, but how about a system that would allow you to list posts based on conditions within a sub-page?
Let me try to explain:
Imagine having the following folder structure:
This would, when generated, result in paths such as
/2022/01-01-some-post/
or/2023/06-10-another-post/
The main issue with this is, that a path such as
/2022/
results in a 404 since there is no index page to get.So my proposal is to allow setting index pages that display the posts belonging into this sub-page (or maybe based on criterias).
I could think of two options:
I hope it's understandable what my goal is?
I effectively ask for a way within the built-in blog plugin to turn this final structure
into this structure:
Adding index pages for the sub-folders without any content that would display posts within sub-folders there...
Beta Was this translation helpful? Give feedback.
All reactions