Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <?php
  2. if ( have_posts() ) {
  3. while ( have_posts() ) {
  4. the_post();
  5. // Post content constructed and formatted here
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement