Guest User

Untitled

a guest
Mar 22nd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php if ( has_post_thumbnail() ) {
  2. the_post_thumbnail();
  3. } else { ?>
  4. <img src="<?php echo bloginfo('template_url'); ?>/img/default-image.jpg" alt="<?php the_title(); ?>" />
  5. <?php } ?>
Add Comment
Please, Sign In to add comment