Guest User

Untitled

a guest
Aug 11th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <?php /**
  2. * Template Name: Blog masonry 4 Col
  3. */
  4. get_header();
  5. get_template_part('index', 'bannerstrip');
  6. ?>
  7. <div class="container blog_m_margin">
  8. <div class="row">
  9. <?php
  10. the_post();
  11. the_content();
  12.  
  13. ?>
  14. </div>
  15. </div>
  16. <!-- Blog Masonry 4 Column Section -->
  17. <?php get_template_part('content','masonry'); ?>
  18. <!-- End of Blog Masonry 4 Column Section -->
  19. <div class="clearfix"></div>
  20. <?php get_footer(); ?>
Add Comment
Please, Sign In to add comment