Basic idea is for any post on the site, I’d like users to be able to assign a category for it by selecting from a set of checkboxes on the frontend. This would be a kind of crowd-sourced categorization of content.
Any ideas on the best way to approach this?
I wanted to provide you with a few ideas but once I started I couldn’t stop myself and wrote this little plugin with an obscure name to get you started.
The approach I would use would be update post and using in_array to see if the category has already been added.