Web Design & Development Blog

Best WordPress plugin to display post & page thumbnail

Best WordPress plugin to display post & page thumbnail

Posted in: Review, Tutorial, Wordpress Plugin, wordpress
Posted on: December 30, 2009

The key to a great blog is to use image thumbnails. There are a few WordPress plugins available but non of them get the job done right… untill now!

  • del.icio.us
  • Facebook
  • Twitter
  • MySpace
  • Digg
  • Reddit
  • Technorati
  • Meneame
  • Mixx
  • NewsVine
  • Google Bookmarks
  • LinkedIn
  • Live
  • RSS
  • email

The key to a great blog is to use image thumbnails. There are a few WordPress plugins available but non of them get the job done right… untill now!

Introducing WP Post Thumbnail

This WordPress plugin doesnt just save and display a thumbnail, its jam packed with features!

  • Create 3 thumbnail sizes to use throughout your website (different sizes for blog and footer etc)
  • use a jquery jcrop tool to crop your 3 thumbnails just right from 1 original picture (no stuffing around in Photoshop)
  • WP Post Thumbnail integrates with the Post-Plugin Library and all its widgets (display thumbnails in latest / popular posts widget!)
  • Call thumbnails from your WordPress theme with ease.

Installing WP Post Thumbnail

IMPORTANT!

Do not search and install this plugin via the WordPress plugin “Add New” page. The current version listed on the WordPress database is 1.8. This version is very buggy but they have released a new beta that works perfectly!

Step 1: Download

Download the WP Post Thumbnail plugin here: Download WP Post Thumbnail Plugin. You can also visit the Plugin website here to read official documentation

Step 2: Install

Extract the WP-Post-Thumbnail Folder from the .zip and copy the WP-Post-Thumbnail Folder to your plugin folder (wp_root/wp-content/plugins).

Step 3: Activate

Login to your WordPress dashboard, then navigate to Plugins » Installed. Scroll down to WP Post Thumbnail and click activate.

Defining the 3 Thumbnail sizes

To edit or update the Thumbnail sizes, click on Settings » WP-Post-Thumbnail. On this screen you can change the 3 thumbnail sizes (If you already have thumbnails, it will automatically re-crop them!). I advise you to name the 3 sizes “thumb-large”, “thumb-medium” and “thumb-small” for ease of use in your theme.

How do you create the thumbnails?

Either create a new post or edit an old one. The Steps are quite easy:

  1. Select your thumbnail size (its good to make thumbnails for all sizes)
  2. Select an image from the library and use jcrop to crop your image
  3. Save your new thumbnail.

So how do i get it to show up in theme?

Its very easy. Just copy and paste this code into your theme where you want the thumbnail to appear. This code shows the “thumb-large” thumbnail and links to the post.

[sourcecode language="php"]
get_post_thumbnail($post->ID, ‘thumb-large’);
if ( !empty( $thumb ) ) { ?>
” title=”Read the post: ” alt=”” />


[/sourcecode]

Conclusion

WP Post Thumbnail is a great Plugin to display thumbnails for your posts, but what about your pages? I have hacked the plugin to make it usable with pages (this is great for a portfolio). If anyone wants the new code, just leave a comment and I’ll post a new article on hacking the plugin.

Also I will post an article on how to integrate this plugin with the Post-Plugin Library and its many great widgets. Thanks for reading.

elliot condon profile polaroid

About the Author

Elliot Condon is a freelance web designer and coder working in Melbourne. In his spare time (about 1 hour a week), he enjoys posting articles on web development. Elliot it awaiting his final year at RMIT University where he studies Interactive Multimedia. Keep in touch with the web by following Elliot on twitter: elliotcondon

Enjoy and Share

  • del.icio.us
  • Facebook
  • Twitter
  • MySpace
  • Digg
  • Reddit
  • Technorati
  • Meneame
  • Mixx
  • NewsVine
  • Google Bookmarks
  • LinkedIn
  • Live
  • RSS
  • email

Reader Comments

  1. Best WordPress plugin to display post & page thumbnail | Elliot Condon | Neorack Tutorials
    December 30, 2009

    [...] few WordPress plugins available but non of them get the job done right.. See the article here: Best WordPress plugin to display post & page thumbnail | Elliot Condon Share and [...]

  2. Best WordPress plugin to display post & page thumbnail | Elliot Condon « Hot WP Themes
    December 31, 2009

    [...] few WordPress plugins available but non of them get the job done right… untill now!View post:Best WordPress plugin to display post & page thumbnail | Elliot CondonRelated Posts:Best WordPress plugin to display post & page thumbnail | Elliot CondonHow to [...]

  3. Wordpress Plugins » Blog Archive » Best WordPress plugin to display post & page thumbnail | Elliot Condon
    December 31, 2009

    [...] more: Best WordPress plugin to display post & page thumbnail | Elliot Condon Latest & Greatest Themes from Themeforest.net Glistor WP CMS + PORTFOLIO + BLOG3 [...]

Leave a Comment