johannesress
5/25/2014 - 7:22 PM

Get Post Thumbnail URL

Get Post Thumbnail URL

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