Advertisement
Guest User

page.php added

a guest
Oct 4th, 2012
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1.                 <?php var_dump( $wp_query ); ?>
  2.             <?php while ( have_posts() ) : the_post(); ?>
  3.                 <?php get_template_part( 'content', 'page' ); ?>
  4.                 <?php comments_template( '', false ); ?>
  5.             <?php endwhile; // end of the loop. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement