Easily edit and see featured images on your post edit screen.
On edit.php you will be able to see the currently used featured image for a post. Now you don’t have to open a post to add a featured image. You can do this from the edit.php screen.
You need to put <?php the_post_thumbnail(array( 100,100 )); ?>
somewhere in your theme
Fixed a minor error
Added it for pages too
First Release