Get Post Thumbnail URL
<?php $thumb = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'image-size'); $url = $thumb['0']; ?>