-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tag Feature #23
base: master
Are you sure you want to change the base?
Tag Feature #23
Conversation
Are you sorting the posts based on tags? On the home page. |
@aroralakshya Not on the home page; I've made a separate 'tag' page for the sorted posts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make changes in your commit history as this PR is showing all the changes from the previous PRs, it'll be easier to have a look at the files which include the tags feature code then.
Hyperlinked tags are added to enable easier finding of similar posts.
I think I fixed it, and I made the requested changes :) |
Type of PR
Description
Added tags feature, so that posts can be accessed tag-wise. Each post displays tags at the bottom, and they link to a tag page with tag-wise displaying of posts.
This was made by capturing the list of all tags, and then using a for loop to display the content.
It looks like this: