Smart Thumbnails GW
An intelligent image management plugin that registers custom sizes for each post type and regenerates them only when needed for featured images.
Plugin info
Maintenance & Compatibility
Maintenance score
Actively maintained • Last updated 65 days ago
Is Smart Thumbnails GW abandoned?
Likely maintained (last update 65 days ago).
Compatibility
Developers
Languages
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Are you tired of WordPress creating dozens of unused thumbnail sizes for every image you upload?
By default, WordPress and many themes register multiple image sizes and generate them for every single upload, filling your server with thousands of files you will never use. This wastes disk space and makes managing your media library difficult.
Smart Thumbnails GW solves this problem.
This plugin stops WordPress from creating unnecessary files and gives you precise control. Its intelligent logic generates custom sizes only for Featured Images when a post is saved. Images uploaded into your post content won’t create any extra thumbnails, saving you valuable server space.
Control exactly which sizes are created for each post type (posts, pages, products, etc.), clean up unused images automatically, and regenerate thumbnails only when you need to.
Source Code
The full source code, including the unminified JavaScript files, is included in the plugin directory under assets/js/.
Installation
- Upload the
smart-thumbnails-gwfolder to the/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Go to Settings -> Smart Thumbnails to configure the plugin and define your custom image sizes.
Frequently Asked Questions
You need to regenerate thumbnails for existing images. Go to the plugin’s settings page, click on the “Regenerate Thumbnails” tab, select the post type, and start the regeneration process.
No. To save server space, this plugin is designed to create custom sizes only for Featured Images. Images uploaded to the content area will not have custom sizes generated.
Yes. In the “Image Sizes” tab, you will see a post type called “Media” (attachment). Any sizes you define there will be created for images uploaded directly to the Media Library.
Review feed
Changelog
2.1.0
- Refactored code to meet WordPress.org standards.
- Replaced short prefixes with a unique prefix
smarthgw_to prevent conflicts. - Added unminified JavaScript source file.
1.0.0
- Initial release.