Tate on 06/14/10
Last Edited at 06/14/10 10:06am
$thumbnail_id=get_the_post_thumbnail($post->ID);preg_match ('/src="(.*)" class/',$thumbnail_id,$link);echo $link[1];
Report this snippet Tweet
Comment:
You need to login to post a comment.