Guest User

Untitled

a guest
Jun 25th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <?php get_header(); ?>
  2. <?php
  3. /*
  4. Template Name: page-slugofthebuythebook
  5. */
  6. ?>
  7. <div id="colFull">
  8. <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
  9.  
  10. <?php the_content(); ?>
  11.  
  12. <?php endwhile; else: ?>
  13. <p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
  14. <?php endif; ?>
  15.  
  16.  
  17. <?php get_footer(); ?>
  18. </div>
Add Comment
Please, Sign In to add comment