Title: Comment Template
Last modified: September 16, 2016

---

# Comment Template

 *  [aliakbari](https://wordpress.org/support/users/aliakbari/)
 * (@aliakbari)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/comment-template-5/)
 * hi, how to convert this code to wordpress comment system?
 *     ```
       <!--comments-->
       <section class="comment-site">
           <div class="container">
   
               <!--start comment-->
               <div class="Leave-a-comment">
                   <h4>Leave a comment</h4>
                   <form action="" class="comment-en">
                       <table class="comment-table">
                           <tr>
                               <td>Your name</td>
                               <td><span class="email-right">Email</span></td>
                           </tr>
                           <tr>
                               <td><input type="text" placeholder="Name"></td>
                               <td><input type="email" placeholder="Enter email" class="email-right"></td>
                           </tr>
                           <tr>
                               <td>Comment</td>
                               <td></td>
                           </tr>
                           <tr>
                               <td colspan="2"><textarea name="" id="" placeholder="Type your comment"></textarea></td>
                           </tr>
                           <tr>
                               <td><button type="submit">Submit Comment</button></td>
                           </tr>
                       </table>
                   </form>
               </div>
   
               <!--start comments title-->
               <div class="comments-user">
                   <h4>2 Comments</h4>
                   <article class="user-comment-published">
                       <div class="user-image-circle">
                           <img src="img/team-avatar.jpg" alt="">
                       </div>
   
                       <section class="body-comment">
                           <strong class="user-name-comment">Ali Ak</strong>
                           <label class="user-label">Editor</label>
                           <span class="date-comment">24 minutes ago</span>
                           <div class="comment-content-user">
                               Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci aspernatur consequatur enim laboriosam perspiciatis, qui!
                           </div>
                           <button class="reply-com">Reply</button>
   
                           <!--comment reply-->
                           <div class="comment-reply-user">
                               <div class="user-image-circle">
                                   <img src="img/team-avatar.jpg" alt="">
                               </div>
                               <strong class="user-name-comment">Ali Ak</strong>
                               <label class="user-label">Editor</label>
                               <span class="date-comment">24 minutes ago</span>
                               <div class="comment-content-user">
                                   Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci aspernatur consequatur enim laboriosam perspiciatis, qui!
                               </div>
                               <button class="reply-com">Reply</button>
   
                           </div>
                       </section>
   
                   </article>
               </div>
   
           </div>
       </section>
       ```
   

The topic ‘Comment Template’ is closed to new replies.

## Tags

 * [comment](https://wordpress.org/support/topic-tag/comment/)

 * 0 replies
 * 1 participant
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/comment-template-5/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
