Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php the_content ();?>
  2.  
  3. <?php if ( has_post_thumbnail()) : ?>
  4. <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" >
  5. <?php the_post_thumbnail(); ?>
  6. </a>
  7. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement