Title: Adding comments to posts
Last modified: August 19, 2016

---

# Adding comments to posts

 *  [THEToughCookie](https://wordpress.org/support/users/thetoughcookie/)
 * (@thetoughcookie)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/adding-comments-to-posts/)
 * How can I amend my template to show comments. In English, please. Very. Slowly.
   
   My eyes glaze over when I see ‘code’, ‘css’, ‘plug-ins’, etc. I just type and
   post.

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

 *  [Samuel B](https://wordpress.org/support/users/samboll/)
 * (@samboll)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/adding-comments-to-posts/#post-1371633)
 * it depends on where you want to show comments
    most themes show them on the single
   post view by default
 *  Thread Starter [THEToughCookie](https://wordpress.org/support/users/thetoughcookie/)
 * (@thetoughcookie)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/adding-comments-to-posts/#post-1371634)
 * Yes, I want to show comments under each single post. But it’s not happening.
   
   Not by default, not by intention, not by anything. Help, please!
 *  [Samuel B](https://wordpress.org/support/users/samboll/)
 * (@samboll)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/adding-comments-to-posts/#post-1371636)
 * I see comments under the single post
    [http://www.onetoughcookienyc.com/blog/?p=48](http://www.onetoughcookienyc.com/blog/?p=48)
 * do you mean you want them on the front page or other Pages?
 *  Thread Starter [THEToughCookie](https://wordpress.org/support/users/thetoughcookie/)
 * (@thetoughcookie)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/adding-comments-to-posts/#post-1371648)
 * No, just like that. Maybe it’s the way I’m approving? If I just look at [http://www.onetoughcookienyc.com/blog](http://www.onetoughcookienyc.com/blog)
   I don’t see the comments. So, I guess the question is, how to approve comments
   and have that ‘look’ be the most recent one that opens up under that url? Make
   sense?
 *  [ps3d](https://wordpress.org/support/users/ps3d/)
 * (@ps3d)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/adding-comments-to-posts/#post-1371653)
 * when you create a post it gives the option for comments and pignbacks make sure
   comments is checked.
 *  Thread Starter [THEToughCookie](https://wordpress.org/support/users/thetoughcookie/)
 * (@thetoughcookie)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/adding-comments-to-posts/#post-1371657)
 * Did that.
 *  Thread Starter [THEToughCookie](https://wordpress.org/support/users/thetoughcookie/)
 * (@thetoughcookie)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/adding-comments-to-posts/#post-1371658)
 * In fact, I checked comments and pingbacks.
 *  [Samuel B](https://wordpress.org/support/users/samboll/)
 * (@samboll)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/adding-comments-to-posts/#post-1371659)
 * > If I just look at [http://www.onetoughcookienyc.com/blog](http://www.onetoughcookienyc.com/blog)
   > I don’t see the comments
 * that is because the comment code is only in `single.php` – not `index.php`
    if
   you want comments on front page, copy the comment code from `single.php` and 
   add it to `index.php` right after `the_content` call
 *  Thread Starter [THEToughCookie](https://wordpress.org/support/users/thetoughcookie/)
 * (@thetoughcookie)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/adding-comments-to-posts/#post-1371662)
 * And, where do I go to find these codes? I WARNED you I wasn’t good at this (seriously,
   thanks for taking the time to help me).
 * Step-by-step.
    S L O W L Y
 * Please
 *  [Samuel B](https://wordpress.org/support/users/samboll/)
 * (@samboll)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/adding-comments-to-posts/#post-1371665)
 * you can do it from the wordpress editor or download the files – adjust and re
   upload
 * the files are in your theme folder you have activated at the moment if you want
   to download
 * in editor
    Appearance – Editor then click on file you want to work with
 * if not comfortable doing this, email me and I’ll do it
    srb333 at att dot net
   make it look like a real email add.
 *  Thread Starter [THEToughCookie](https://wordpress.org/support/users/thetoughcookie/)
 * (@thetoughcookie)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/adding-comments-to-posts/#post-1371667)
 * Has anyone ever told you you’re a prince? I’m going to try it myself, but if 
   I fail, I’ll be back.
 * Thank you so much!
 *  Thread Starter [THEToughCookie](https://wordpress.org/support/users/thetoughcookie/)
 * (@thetoughcookie)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/adding-comments-to-posts/#post-1371673)
 * Am I going into “add themes”, then checking off Threaded Comments, then picking
   the style I like to install?
 * Am I even warm?
 *  [Samuel B](https://wordpress.org/support/users/samboll/)
 * (@samboll)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/adding-comments-to-posts/#post-1371678)
 * no – not that
    you want the Editor link under Appearance this will list your 
   theme files to work with
 *  Thread Starter [THEToughCookie](https://wordpress.org/support/users/thetoughcookie/)
 * (@thetoughcookie)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/adding-comments-to-posts/#post-1371682)
 * I’m crying uncle. That code might as well be in Greek. Which, by the way, I think
   it is.
 *  Thread Starter [THEToughCookie](https://wordpress.org/support/users/thetoughcookie/)
 * (@thetoughcookie)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/adding-comments-to-posts/#post-1371728)
 * Pemission codes have been changed. Now, can you walk me through adding the codes
   from the page to the index again? I can’t seem to do that by myself.
 * Thank you

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

The topic ‘Adding comments to posts’ is closed to new replies.

## Tags

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

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 15 replies
 * 3 participants
 * Last reply from: [THEToughCookie](https://wordpress.org/support/users/thetoughcookie/)
 * Last activity: [16 years, 4 months ago](https://wordpress.org/support/topic/adding-comments-to-posts/#post-1371728)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
