Advertisement
Guest User

Untitled

a guest
Jul 24th, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <?php $counter = 3;
  2. $recentPosts = new WP_Query();
  3. $recentPosts->query('showposts=3');
  4.  
  5.  
  6.  
  7. ?>
  8. <?php while ($recentPosts->have_posts()) : $recentPosts->the_post(); ?>
  9. <div class="box<?php echo $counter--; ?>">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement