darrenbachan

Untitled

Jun 3rd, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. <div class="container">
  2.         <section>
  3.             <div class="row">
  4.                 <div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
  5.                     <ul class="commentlist">
  6.                         <?php wp_list_comments( 'type=comment&callback=mytheme_comment' ); ?>
  7.                     </ul>
  8.                    
  9.                 </div>
  10.             </div>
  11.         </section>
  12.     </div>
Add Comment
Please, Sign In to add comment