When WP creates thumbnails from the original uploaded image, they are hidden from view inside the Media Manager listing. Can they be made visible, via some filter or action so that you can selectively edit/delete them?
Leave a Reply
You must be logged in to post a comment.
Notice:
I’m considering that by Media Manager you’re referring to the Media Library.
Maybe
pre_get_posts
could handle this, but won’t get there…I’d propose an alternative solution that prevents seeing lots of duplicates in the Media Library page:
The output of the
All Thumbs
column is simply a link to the image.But I think it can be easily adapted to include at least a delete capability, using some PHP script.
It could also be coupled with jQuery behavior control and CSS styling…
Why not just go to
Dashboard -> Media -> Library
? From there, you can see every image in the Media Library, and can perform some bulk operations, etc.