Skip to content

Instantly share code, notes, and snippets.

@braginteractive
Created April 11, 2017 17:04
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 braginteractive/e511f8ba6100d798946ba6e3c2cec3e4 to your computer and use it in GitHub Desktop.
Save braginteractive/e511f8ba6100d798946ba6e3c2cec3e4 to your computer and use it in GitHub Desktop.
Add Featured Image to WordPress theme.
<a href="<?php the_permalink(); ?>">
<?php the_post_thumbnail( 'full', array('class' => 'card-img-top')); ?>
</a>
<?php the_post_thumbnail(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment