Advertisement
Guest User

page.php

a guest
Nov 17th, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php
  2. get_header();
  3.  
  4. while (have_posts()) : the_post();
  5. get_template_part('content', 'page');
  6. comments_template('', true);
  7. endwhile;
  8.  
  9. get_footer();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement