-
I've read through the Section about setting up a blog archive but I still have a few questions I would like to receive answers for. The first one is: How does the blog plugin determine a blog post to be "archived". Will it be every post that is in a previous year than the current? Any that is X days, weeks, months, ... old? Next question: Does the archiving of a post affect its effective URL path? And final question: Would setting the (Alternatively the above could be considered some kind of feature request to auto-generate sub-pages for posts within subfolders, so that accessing |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You don't explicitly archive blog posts. The blog archive works the same as categories, except for that it uses the As our documentation clearly states, file system structure has absolutely no effect on generated URLs:
You can move posts around as you wish, group them intelligently so that you can make use of the built-in |
Beta Was this translation helpful? Give feedback.
You don't explicitly archive blog posts. The blog archive works the same as categories, except for that it uses the
date
value of a post with the format you specified for classification. Every archive page includes all pages that fall into the date range (yearly, or monthly, depending on how you configuredarchive_url_date_format
), except for when you mark them as drafts. This means that the 2023 archive when using the yearly date format will always contain all posts of 2023.As our documentation clearly states, file system structure has absolutely no effect on generated URLs: