This plugin provides the template tag `display_post_image()`. Use it to call dynamically created images uploaded via the WordPress media uploader. How to use this plugin : * Upload the folder `display-post-image` to the `/wp-content/plugins/` directory * Activate the plugin through the 'Plugins' menu in WordPress * Place the below code in your templates Download this free wordpress display post image plugin here
Just use the post thumbnail feature included in Wordpress?... It accomplishes this perfectly, and eliminates the need for plugins.
The theme would have to take advantage of that feature. I think most do post-TwentyTen. Heck most themes have a way of pushing thumbnails onto the page anyway. I like Justin Tadlocks function in his Hybrid framework which auto-sizes and crops w/overflow hidden approach.