workaround for bulk assignment
-
This plugin is AWESOME but it has one missing feature: bulk assignment. Today I needed to assign tags to hundreds of images and came up with a workaround, so I thought I would share it.
I installed Paul Menard’s Media Tags plugin https://ww.wp.xz.cn/plugins/media-tags/. I used it for years and it does support bulk assignment. Sadly it doesn’t have a good interface for setting feature images and other editing functions, so I am switching to EML.
I used Media Tags to bulk assign terms. Once done, I used phpMyAdmin to edit the
wp_term_taxonomytable. For example, if you are using the default EML taxonomymedia_category:UPDATE wp_term_taxonomy SET taxonomy="media_category" WHERE taxonomy="media-tags"Once I was finished, I deactivated Media Tags.
Hope this can save someone else some time!
Donna
The topic ‘workaround for bulk assignment’ is closed to new replies.