version: 1.0
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)
Requires: WP 2.0.2+ or higher
Compatible up to: 2.9.0
Last Updated: 2010-7-15
Downloads: 196
Got something to say? Need help?