Skip to content

Instantly share code, notes, and snippets.

@tinotriste
Created April 15, 2013 11:25
Show Gist options
  • Save tinotriste/5387430 to your computer and use it in GitHub Desktop.
Save tinotriste/5387430 to your computer and use it in GitHub Desktop.
Wordpress: Get post thumbnail/featured image
<?php
if ( has_post_thumbnail() ) {
the_post_thumbnail();
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment