Advertisement
Guest User

Untitled

a guest
Oct 1st, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <div class="main-wrap">
  2. <section id="individual-post" role="main">
  3.  
  4. <?php while ( have_posts() ) : the_post(); ?>
  5.  
  6. <?php get_template_part( 'content-single', get_post_format() ); ?>
  7.  
  8. <?php gag_comments(); ?>
  9.  
  10. <?php endwhile; // end of the loop. ?>
  11.  
  12. </section><!-- #individual-post -->
  13. </div><!-- .main-wrap -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement