Guest User

Untitled

a guest
Dec 4th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <?php
  2. /**
  3. Template Name: Fullwidth
  4. */
  5. get_header();
  6. get_template_part('index','banner'); ?>
  7. <!-- Blog Section with Sidebar -->
  8. <div class="page-builder">
  9. <div class="container123">
  10. <div class="row">
  11. <!-- Blog Area -->
  12. <div class="col-md-12123">
  13. <?php if( $post->post_content != "" )
  14. { ?>
  15. <div class="blog-lg-area-left">
  16. <?php if( have_posts()) : the_post(); ?>
  17. <?php the_content(); ?>
  18. <?php endif; ?>
  19. </div>
  20. <?php } ?>
  21. <?php comments_template( '', true ); // show comments ?>
  22. </div>
  23. <!-- /Blog Area -->
  24. </div>
  25. </div>
  26. </div>
  27. <!-- /Blog Section with Sidebar -->
  28. <?php get_footer(); ?>
Add Comment
Please, Sign In to add comment