Advertisement
shelob9

Untitled

Jul 24th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. if ( have_posts() ) {
  2. while ( have_posts() ) {
  3. the_post();
  4. the_content();
  5. }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement