Last active
May 7, 2018 18:32
-
-
Save anatol06/f79422eda72bb723b1e8066c2bf964a0 to your computer and use it in GitHub Desktop.
Insert post thumbnails
This file contains 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 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