Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <?php
  2. /*
  3. Template Name: No Title Page
  4. */
  5. ?>
  6.  
  7. <?php get_header(); ?>
  8. <div class="wrapper">
  9. <?php while ( have_posts() ) : the_post(); ?>
  10. <?php get_template_part( 'content', 'page' ); ?>
  11. <?php endwhile; // end of the loop. ?>
  12. </div>
  13.  
  14. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement