Skip to content

Conversation

PratikshaJain37
Copy link
Contributor

Type of PR

  • Feature/Enhancement

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:

db1
db2
db3

@aroralakshya
Copy link
Member

Are you sorting the posts based on tags? On the home page.

@PratikshaJain37
Copy link
Contributor Author

@aroralakshya Not on the home page; I've made a separate 'tag' page for the sorted posts.

Copy link
Member

@aashish-ak aashish-ak left a 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.
@PratikshaJain37
Copy link
Contributor Author

I think I fixed it, and I made the requested changes :)

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

Successfully merging this pull request may close these issues.

3 participants