Skip to content

Instantly share code, notes, and snippets.

@claudiosanches
Created September 24, 2012 18:33
Show Gist options
  • Save claudiosanches/3777510 to your computer and use it in GitHub Desktop.
Save claudiosanches/3777510 to your computer and use it in GitHub Desktop.
Thumbnail url
<?php
$thumb = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'thumbnail' );
$url = $thumb['0'];
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment