Skip to content

Instantly share code, notes, and snippets.

@jo-snips
Created May 7, 2012 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jo-snips/ea100a29ad0300f08aae to your computer and use it in GitHub Desktop.
Save jo-snips/ea100a29ad0300f08aae to your computer and use it in GitHub Desktop.
WordPress: Include Post Thumbnail
<?php
if ( function_exists('has_post_thumbnail') && has_post_thumbnail() ) {?>
<?php the_post_thumbnail(); ?>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment