I implemented a blog, and since the list of blog posts will get enormous, i would like to atleast group the blog items by year in a folder:
/blog/2017/ <--- lots of blog items in here
/blog/2018/ <--- lots of blog items in here
/blog/2019/ <--- lots of blog items in here
The problem is, that once i put the blog items in a Folder, the blog items located for example in /blog/2018 won't show up in /blog. Only the Folders which shouldn't show up are rendered in the blog:
Blog item list on /blog/ page:
2017
2018
2019
So how can i get grav to show the items located inside the folder 2017,2018,2019, but not the folders themselves?
Kind regards,
Smash