This is some what i have been searching for from a long time but can't find it. I want a plugin which can automatically post the first picture of a post as a featured thumbnail on home page. Any help would be appreciated.
btw the i have no idea that type of plugin is exits .......... but this will be help full First, paste this function on your functions.php file. Once done, you can simply call the function within the loop to display the first image from the post:
^^^ nice lead above thanks! I used to use this plugin back in the day: http://wordpress.org/extend/plugins/thumbnail-for-excerpts/ It does something similar, but the results page has to use the_exceprt() to pull content for it to work.