Guest User

Untitled

a guest
Jul 18th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
  2. <?php the_content();?>
  3. <?php endwhile; ?>
  4. <?php endif; ?>
Add Comment
Please, Sign In to add comment