Created
April 1, 2015 03:12
-
-
Save layoutph/793e5dd3fc38a409ee7c to your computer and use it in GitHub Desktop.
Get Wordpress Thumbnail created using Set Featured Image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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