Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Implement Monthly and Yearly Archive Pages for Blog Posts #68

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ARVINDH-CT06
Copy link

This pull request introduces functionality for monthly and yearly archive pages within the blog system. The following changes have been made:

BlogPost Class Updates:

Added methods to fetch published blog posts by month and year.

New Archive Handlers:

Created MonthlyArchiveHandler and YearlyArchiveHandler to serve archive pages.

URL Mappings:

Updated the URL routing to include endpoints for accessing monthly and yearly archives.

Template Updates:

Developed templates for displaying archived posts, organized by date.

These enhancements provide users with better navigation options to explore blog posts based on publication dates, improving overall user experience.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant