=== Auto Post Thumbnail === Contributors: adityamooley Tags: post thumbnail Requires at least: 2.9.1 Tested up to: 3.0 Stable tag: 2.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. == 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 == = 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