Guest User

Untitled

a guest
Nov 15th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <?php get_header();
  2. get_template_part('breadcrums'); ?>
  3. <div class="container" style="width:1410px";>
  4. <div class="row enigma_blog_wrapper">
  5. <div class="col-md-8">
  6. <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
  7. <?php get_template_part('post','content');
  8. get_template_part('author','intro');
  9. endwhile;
  10. else :
  11. get_template_part('nocontent');
  12. endif;
  13. weblizar_navigation_posts();
  14. comments_template( '', true ); ?>
  15. </div>
  16. <?php get_sidebar(); ?>
  17. </div> <!-- row div end here -->
  18. </div><!-- container div end here -->
  19. <?php get_footer(); ?>
Add Comment
Please, Sign In to add comment