Advertisement
Guest User

Untitled

a guest
Oct 30th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php
  2. /*
  3. Template Name: Frontpage Page Builder
  4. */
  5. ?>
  6.  
  7. <?php get_header() ?>
  8.  
  9. <?php if (have_posts()) : while (have_posts()) : the_post();
  10. the_content();
  11. endwhile;
  12. endif; ?>
  13.  
  14. <?php get_footer() ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement