=== Auto Post Thumbnail === Contributors: adityamooley Tags: Post, thumbnail, automatic, posts, image, images, admin Requires at least: 2.9.1 Tested up to: 3.0.1 Stable tag: 3.0 Automatically generate the Post Thumbnail from the first image in post only if Post Thumbnail is not set manually. == Description == Auto post thumbnail is a plugin to generate post thumbnail from first image in post. If the first image doesn't work it will automatically search for the next one and so on until the post thumbnail is inserted. If the post thumbnail is already present, the plugin will do nothing. If you don't want a post thumbnail for some post with images, just add a custom field *skip_post_thumb* to the post and the plugin will restrain itself from generating post thumbnail. The plugin also provides a Batch Processing capability to generate post thumbnails for already published posts. A new menu item **Gen. Post Thumbnails** will get added under Tools menu after this plugin is installed. == Installation == 1. Upload directory 'auto-post-thumbnail' to the '/wp-content/plugins/' directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Sorry, no more steps :) == Changelog == == 3.0 == * Added Batch Processing capability to generate post thumbnails for already published posts. * A new menu item **Gen. Post Thumbnails** is added under Tools menu. = 2.0 = Added functionality to generate Post Thumbnail for scheduled posts. Thumbnail will be generated when scheduled post gets published. = 1.1 = Added a wrapper function using cURL for file_get_contents in case 'allow_url_fopen' ini setting is off. = 1.0 = First release