Skip to content

Instantly share code, notes, and snippets.

@layoutph
Created April 1, 2015 03:12
Show Gist options
  • Save layoutph/793e5dd3fc38a409ee7c to your computer and use it in GitHub Desktop.
Save layoutph/793e5dd3fc38a409ee7c to your computer and use it in GitHub Desktop.
Get Wordpress Thumbnail created using Set Featured Image
<?php
$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