If you want to have post thumbnails appear on your homepage, it’s very easy to add this to your WordPress theme ever since 2.9. Just open functions.php and add:
add_theme_support( 'post-thumbnails' );
Then within your homepage template add the following tag:
<?php the_post_thumbnail(); ?>
Now you’ll be able to set the Featured Image or the Thumbnail Image for the post. The settings for this are in a widget that will appear in right sidebar of the post editor just below categories and tags. More information about how use post thumbnails and adjust their default sizes can be found at Mark Jaquith’s tutorial on the subject.







Thanks for the tip, I’m always looking for more wordpress techniques.
Thanks for the great tips, i always to learn how to solve that thumbnail issues in some of free themes for wordpress
That’s a super 2 line tip! Thanks for posting :-)
I’m using wordpress 3.0, why does not appear on tumbnails, if only in WordPress 2.9?
Thank You.