I don’t use WordPress very often… I hope this makes some sense 🙂
Is there a way to sort media files into categories?
I want to give some order to the media that are being uploaded to the website, and ‘attaching’ media to a Post is not cutting it 🙂
After a quick search, I found these two plugins. Does anyone have any experience with them? Would anyone recommend another route?
Can I add a Category Metabox to attachment?
http://wordpress.org/extend/plugins/media-tags/
Both plugins would add the functionality that I’m after. Perhaps the only grievance is that media ‘tagging’ at upload time doesn’t work with the ‘browser uploader’…
I’ve been using Media Tags plugin with much success – it was very useful for retrieving images belonging to certain page with specific tags with following code:
Of course you can easily tag anything that sits in your media library (I wasn’t even aware that you could tag something during upload time). As for tagging during upload with browser uploader – it might be too much too ask 😉
ok – just created a get_results query which return post/attachment ids that have a certain tag. Not ideal but does the job…