Skip to content

Instantly share code, notes, and snippets.

@twentyfortysix
Last active February 13, 2016 19:50
Show Gist options
  • Save twentyfortysix/db28df1e7f5693bf90b0 to your computer and use it in GitHub Desktop.
Save twentyfortysix/db28df1e7f5693bf90b0 to your computer and use it in GitHub Desktop.
WP - get featured img. src.
$img = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'medium' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment