Automatic WordPress Thumbnail Without Custom Field
![]()
Let’s say you want to show thumbnails in your blog’s front page. A lot of blogs do that now and it’s a good way of making the page look more alive.
The only problem though is that using custom fields can be complicated and time-wasting. This post will show you how to make your theme generate thumbnails automatically, based on your post’s first image.
This trick is done by mixing some wordpress hacks and a php script. The PHP script is Darren Hoyt’s timthumb.php, the hack is WpRecipe’s how to get the first post image.
Photoblogs have the very best looking content, no doubt about it. Why then can it be so hard to design a photoblog well? Surely the photos alone look good enough?

219