MS Auto Thumbnail Custom Key Generator

Plugin to generate automatically custom key of the thumbnail of your post image

Author:M. Shahid (mshahid85@gmail.com) (profile at wordpress.org)
WordPress version required:2.0.2
WordPress version tested:2.8.4
Plugin version:1.0
Added to WordPress repository:09-09-2009
Last updated:16-09-2009
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://shahidmau.blogspot.com
Total downloads:1 971
plugin download
Click to start download

This plugin can create automaically custom key of url and alt of the post image.

::usage::

use below code to show thumbnail in your template

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

(note: “Thumbnail” will be replaced by your own custom key)


Screenshots