Advertisement
Guest User

Untitled

a guest
Nov 29th, 2015
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
  2. <!-- post -->
  3. <?php endwhile; ?>
  4. <!-- post navigation -->
  5. <?php else: ?>
  6. <!-- no post found -->
  7. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement