sdobwm

Untitled

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