Title: Adding Comments
Last modified: August 19, 2016

---

# Adding Comments

 *  [ryandmcbee](https://wordpress.org/support/users/ryandmcbee/)
 * (@ryandmcbee)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/adding-comments-3/)
 * I am new to word press and just created my first blog entry. My link is below
   and I do not understand why comments cannot be left. I have it setup to add comments.
   What am i missing? Is there a special plug in that needs to be added to allow
   comments?
 * [http://www.isolutionspartners.com/blog/2011/02/14/change-in-dynamics-gp-payroll-tax-liability-formula/](http://www.isolutionspartners.com/blog/2011/02/14/change-in-dynamics-gp-payroll-tax-liability-formula/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [mcfreder](https://wordpress.org/support/users/mcfreder/)
 * (@mcfreder)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/adding-comments-3/#post-1924669)
 * hi,
    no, you just need to go to: you dashboard >> scroll down to Setting >> then
   click on “Discussion”, finally tick >> Allow people to post comments on new articles
 * enjoyed 😉
 *  Thread Starter [ryandmcbee](https://wordpress.org/support/users/ryandmcbee/)
 * (@ryandmcbee)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/adding-comments-3/#post-1924672)
 * Interesting, I tried that, but no luck 🙁
 * Also, I wanted my post to show up with a summary view and that setting hasn’t
   been taken either…
 *  [mcfreder](https://wordpress.org/support/users/mcfreder/)
 * (@mcfreder)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/adding-comments-3/#post-1924679)
 * here’s some codes that you may add to summary view
 * #show date
    `<?php the_time(get_option('date_format')); ?>`
 * #shock number of comments
    `<?php comments_popup_link(__('Add Comment'), __('
   One Comment'), __('% Comments'));?>`
 * #Number of views
 *     ```
       <?php
       $values = get_post_custom_values("pvc_views"); echo $values[0]; ?>
       ```
   
 * and if you don’t have comment on your template then, this code is missing:
 *     ```
       <div id="comments">
       <?php comments_template('', true); ?>
       	</div>
       ```
   
 *  Thread Starter [ryandmcbee](https://wordpress.org/support/users/ryandmcbee/)
 * (@ryandmcbee)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/adding-comments-3/#post-1924682)
 * I see. I have a template that was created by my web designer. Where do I paste
   this code into the template? Can I paste it anywhere?
 *  [mcfreder](https://wordpress.org/support/users/mcfreder/)
 * (@mcfreder)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/adding-comments-3/#post-1924686)
 * you must past the comment code into single.php and page.php , but, first make
   you have comments.php

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Adding Comments’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 2 participants
 * Last reply from: [mcfreder](https://wordpress.org/support/users/mcfreder/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/adding-comments-3/#post-1924686)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
