Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2016
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <?php while (have_posts()) : the_post(); ?>
  2. <?php if ( has_post_thumbnail() ) { the_post_thumbnail();}?>
  3.  
  4. <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(''); ?>"> <?php the_title(); ?></a>
  5.  <?php endwhile; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement