Guest User

Untitled

a guest
Jan 18th, 2019
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <?php
  2. //Template Name: Page Fullwidth with Team
  3. get_header();
  4. get_template_part('index', 'bannerstrip');
  5. ?>
  6. <!-- Blog & Sidebar Section -->
  7. <section>
  8. <div class="container">
  9. <div class="row">
  10. <!--Blog Posts-->
  11. <div class="col-md-12 col-xs-12">
  12. <div class="page-content">
  13. <article id="post-<?php the_ID(); ?>" <?php post_class('post'); ?> >
  14. <div class="entry-content">
  15. <?php the_post(); the_content(); ?>
  16. </div>
  17. </article>
  18. </div>
  19. <?php comments_template( '', true ); // show comments ?>
  20. </div>
  21. <!--/End of Blog Posts-->
  22. </div>
  23. </div>
  24. </section>
  25. <!-- End of Blog & Sidebar Section -->
  26.  
  27. <div class="clearfix"></div>
  28. <?php get_template_part('index', 'team'); ?>
  29. <?php get_footer(); ?>
Add Comment
Please, Sign In to add comment