Jes.Gs (Social Nav-bar)

Jes.Gs

Wordpress

WP Plugin: Thumbnail Updater

By Jess G. | | In: Recommended, Resources, WordPress

A plugin that updates your thumbnail sizes whenever a size is added with add_image_size()

WordPress 2.9 came with a number of nice new features, specifically the ability to assign thumbnails to posts, and to specify the size of those thumbnails by using functions like add_image_size() in your theme’s functions.php file. Unfortunately, add_image_size() isn’t backwards compatible, meaning that any images that were uploaded before the new sizes were created will not have a corresponding thumbnail. Instead, WordPress will grab the size that most closely matches the post thumbnail size, which is not always ideal.

I created a plugin called Thumbnail Updater to address this problem. Thumbnail Updater adds a button to the Edit Media page for each image that says “Update Image Sizes.” Just click the button to update your thumbnails—it can take a while depending on the size of the images and the server speed.

*new* Download: Thumbnail Updater 1.0

Download: Thumbnail Updater 0.1-beta

    1. Updates, New Plugins, Tutorials, etc. « Dumpster-fairy.com says

      [...] that updates your Media Library image sizes whenever a new one is added, but you will have to see the previous post for more information. The tutorials I have coming up in the next four-to-six weeks [...]

    1. Tweets that mention WP Plugin: Thumbnail Updater « Dumpster-fairy.com — Topsy.com says

      [...] This post was mentioned on Twitter by Jess. Jess said: WP Plugin: Thumbnail Updater http://bit.ly/aUr6vD [...]

    1. Angela Norlen says

      THIS IS A TEST YO

      August 20th 2010 @ 9:07am
    1. Li-An says

      Hello,
      as the Regenerate Thumbnails plugin miss to do their work on a lot of images, I will have a look at your plugin.
      If you could improve your plugin to give the opportunity to resize a selection of images thumbnails it could be beautiful :-)

      September 14th 2010 @ 9:56am
    1. Jess says

      If you could improve your plugin to give the opportunity to resize a selection of images thumbnails it could be beautiful

      That actually was my original idea when I first came up with the idea for the plugin. Unfortunately, I found out that I really don’t have any control over which thumbnails are resized. Part of the thumbnail-regeneration process in WordPress involves creating new meta data for the image. When that function — which is a native WordPress function — is called, all image sizes that don’t exist are created.

      October 13th 2010 @ 6:46pm

Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">