Skip to content

Instantly share code, notes, and snippets.

@thagxt
Created April 3, 2014 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thagxt/9955310 to your computer and use it in GitHub Desktop.
Save thagxt/9955310 to your computer and use it in GitHub Desktop.
WP Get only URL to thumbnail image
<?php // define ?>
<?php $thumb_id = get_post_thumbnail_id(); $thumb_url = wp_get_attachment_image_src($thumb_id,'steecky', true);?>
<?php // get ?>
<?php echo $thumb_url[0]; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment