Skip to content

Instantly share code, notes, and snippets.

@anatol06
Last active May 7, 2018 18:32
Show Gist options
  • Save anatol06/f79422eda72bb723b1e8066c2bf964a0 to your computer and use it in GitHub Desktop.
Save anatol06/f79422eda72bb723b1e8066c2bf964a0 to your computer and use it in GitHub Desktop.
Insert post thumbnails
<?php if(has_post_thumbnail()) : ?>
<?php the_post_thumbnail(); ?>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment