I have created a blog like section with Expression engine on my website. And I would like to add a new feature on it, that allows users to click on a Tag(keywords), and in doing so they will get a list of all the blog entries for that particular tagged word.
For instance if a user clicks on the Tag word(Conservation), all the Blog entries that contain that word as a tag would come up on a list.
The only way I can think of doing that at the moment, is by having pre-determined categories, and basically use those as the filters. But I would like the person posting the blog to simply add any word on a field, to create these tags.
Is there a way of doing this at the moment?