Skip to content

Instantly share code, notes, and snippets.

@CodeNegar
Created July 18, 2012 04:23
Show Gist options
  • Save CodeNegar/3134171 to your computer and use it in GitHub Desktop.
Save CodeNegar/3134171 to your computer and use it in GitHub Desktop.
php: wordpress get featured image
$imgsrc = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), "Full");
echo $imgsrc[0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment