This is an old version of this answer!
Return to the current answer$key = 'thumbnail';
$thumbnail_value = get_post_meta(get_the_ID(), $key, $single);
Oleg Butuzov | 07/24/10 at 4:08pm
$key = 'thumbnail';
$thumbnail_value = get_post_meta(get_the_ID(), $key, $single);
Oleg Butuzov | 07/24/10 at 4:08pm