Skip to content

Instantly share code, notes, and snippets.

@cadoo
Created October 5, 2015 07:52
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 cadoo/5720831fdab0d75be9db to your computer and use it in GitHub Desktop.
Save cadoo/5720831fdab0d75be9db to your computer and use it in GitHub Desktop.
<article id="post-<?php the_ID(); ?>" <?php post_class( 'hentry--masonry' ); ?>>
<div class="entry-wrap">
<a href="<?php echo esc_url( get_permalink() ); ?>">
<div class="entry-image">
<?php if ( has_post_thumbnail() ) : ?>
<?php the_post_thumbnail( 'post-thumb-cropped' ); ?>
<?php else : ?>
<img src="<?php echo get_stylesheet_directory_uri(); ?>/assets/images/post-thumb-cropped.svg" alt="thumbnail">
<?php endif; ?>
</div>
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment