Skip to content

Instantly share code, notes, and snippets.

@rodica-andronache
Created October 13, 2013 07:55
Show Gist options
  • Select an option

  • Save rodica-andronache/6959386 to your computer and use it in GitHub Desktop.

Select an option

Save rodica-andronache/6959386 to your computer and use it in GitHub Desktop.
Get only url of featured image
<?php $url = wp_get_attachment_url( get_post_thumbnail_id($post->ID, 'thumbnail') ); ?>
<img src="<?php echo $url ?>" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment