There should be functionality to display blog posts from a given period by specifying the period in URL.
Expected Behavior
There should be following automatically generated URLs:
/blogposturl/period/YYYY - Displays all posts from the given year
/blogposturl/period/YYYY-MM - Displays all posts from the given year
Maybe /period/YYYY-MM-DD for a specific date as well, but that's less important.
Current Behavior
Currently the only option is to use client-side filtering via API, which is clumbersome for providing direct URLs to periods.
Possible Solution
Described in expected behaviour.
There should be functionality to display blog posts from a given period by specifying the period in URL.
Expected Behavior
There should be following automatically generated URLs:
/blogposturl/period/YYYY - Displays all posts from the given year
/blogposturl/period/YYYY-MM - Displays all posts from the given year
Maybe /period/YYYY-MM-DD for a specific date as well, but that's less important.
Current Behavior
Currently the only option is to use client-side filtering via API, which is clumbersome for providing direct URLs to periods.
Possible Solution
Described in expected behaviour.