Closed latazzajones closed 6 years ago
I think this functionality is redundant. Blog is dependent on CMS. CMS already has Comfy::Cms::Category Those are identical to tags. I should rename that really.
So Blog is just missing UI to use those. I'd love to see PR implementing that.
@GBH Please see https://github.com/comfy/comfy-blog/pull/60 👍
Categorizations (Taggings) are added to posts in v 2.0
This pull request adds tagging functionality for the blog posts. A field was added to the admin form for writing out tags separated by commas. I also added the tags to the show and index pages as a list of links that sort the index page by the linked tag. I hope this feature is helpful to others. Let me know if there's anything that should be changed. Thanks @rahearn for pairing with me to figure out the routes.