TTG Automatic Image Custom Key

version: 1.0

Author:Tanmay Ahmed (tanmay@techtipsgeek.com) (profile at wordpress.org)
WordPress version required:WP 2.0.2+
WordPress version tested:2.9.0
Plugin version:1.0
Added to WordPress repository:15-07-2010
Last updated:15-07-2010
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.techtipsgeek.com
Total downloads:607
plugin download
Click to start download

This plugin automatically generates custom key of very first the post image.

::Manual::

To show the thumbnail any where in your template use the code bellow

$thumb = get_post_meta($post->ID, "Thumbnail", $single = true); $thumb_alt = get_post_meta($post->ID, "Thumbnail-alt", $single = true);

(note: Replace "Thumbnail" by your own custom key)