Advertisement
Guest User

Untitled

a guest
Jan 25th, 2012
1,300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <?php if(have_posts()): ?>
  2. <div class="posts clear-block">
  3. <?php while(have_posts()) atom()->template('teaser'); ?>
  4. </div>
  5.  
  6. <?php atom()->pagination(); ?>
  7.  
  8. <?php else: ?>
  9. <h1 class="title error"><?php atom()->te('Oops, nothing here :('); ?></h1>
  10. <?php endif; ?>
  11.  
  12. <?php atom()->action('after_primary'); ?>
  13.  
  14. </div>
  15. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement