[blog plugin] Sorting posts in the Archive section by years and months #7884
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
That's currently not supported, as it would make navigation construction much more complicated due to the necessity for an additional level of indirection, as the plugin would need to dynamically nest pages into sections based on some criterion. Should this be a string separated by However, we might investigate in the future whether we can allow for influencing the navigation structure from the blog plugin. In the meantime, this can likely be achieved with a hook and some moderate coding skills |
Beta Was this translation helpful? Give feedback.
That's currently not supported, as it would make navigation construction much more complicated due to the necessity for an additional level of indirection, as the plugin would need to dynamically nest pages into sections based on some criterion. Should this be a string separated by
/
? How should this work from an authoring perspective? Not quite clear yet.However, we might investigate in the future whether we can allow for influencing the navigation structure from the blog plugin. In the meantime, this can likely be achieved with a hook and some moderate coding skills☺️