Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Borovensky/b41144203fc658f42a95 to your computer and use it in GitHub Desktop.
Save Borovensky/b41144203fc658f42a95 to your computer and use it in GitHub Desktop.
<?php if ( has_post_thumbnail() ) : ?>
<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
<?php the_post_thumbnail(); ?>
</a>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment