Skip to content

Instantly share code, notes, and snippets.

@layoutph
Created March 14, 2015 02:49
Show Gist options
  • Save layoutph/380f943e4c2e16d486cf to your computer and use it in GitHub Desktop.
Save layoutph/380f943e4c2e16d486cf to your computer and use it in GitHub Desktop.
Get thumbnail image as declared in Set as featured image
$yeah = get_the_post_thumbnail( $post_id, 'thumbnail' );
echo $yeah;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment