Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div class="container">
- <section>
- <div class="row">
- <div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
- <ul class="commentlist">
- <?php wp_list_comments( 'type=comment&callback=mytheme_comment' ); ?>
- </ul>
- </div>
- </div>
- </section>
- </div>
Add Comment
Please, Sign In to add comment