Guest User

Untitled

a guest
Jan 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <?php $latest_posts = new WP_Query('showposts=5'); ?><?php while ($latest_posts->have_posts()) : $latest_posts->the_post(); ?>
  2. <h4><a href="<?php the_permalink() ?>" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h4>
  3. <?php the_excerpt(); ?>
  4. <?php endwhile; ?>
Add Comment
Please, Sign In to add comment