Skip to content

Instantly share code, notes, and snippets.

@webhasan
Created February 24, 2014 06:05
Show Gist options
  • Save webhasan/9182712 to your computer and use it in GitHub Desktop.
Save webhasan/9182712 to your computer and use it in GitHub Desktop.
post-thumbnail.php
<?php
$thumb_id = get_post_thumbnail_id();
$thumb_url = wp_get_attachment_image_src($thumb_id,'thumbnail-size', true);
echo $thumb_url[0];
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment