Title: Comments on normal pages
Last modified: August 18, 2016

---

# Comments on normal pages

 *  Resolved [leo12](https://wordpress.org/support/users/leo12/)
 * (@leo12)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/comments-on-normal-pages/)
 * Hi there,
    How can I allow comments on normal pages? I’ve already allowed them
   when creating pages but the comments area is not showing up And it’s not only
   with my template.
 * Thanks.

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

 *  [scotter](https://wordpress.org/support/users/scotter/)
 * (@scotter)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/comments-on-normal-pages/#post-529065)
 * Leo12,
 * If you haven’t got it yet:
 * You can edit the page.php file (most people suggest making a page template and
   selecting that template for each page you want comments on).
 *     ```
       <?php } // End the Loop ?>
       <?php comments_template(); ?>
       </div> <!-- #primarycontent .hfeed -->
       ```
   
 * I added the middle line (taken from comments.php if I remember) in between (the
   other lines where there).
 * I have comments on my ‘pages’ now. Though I still can’t figure out how to get
   the ‘published by’ meta info… I can’t find that include…
 *  Thread Starter [leo12](https://wordpress.org/support/users/leo12/)
 * (@leo12)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/comments-on-normal-pages/#post-529068)
 * Thank you very much!
 * Try searching something on the post function like “author”… =D
 *  [lexhair](https://wordpress.org/support/users/lexhair/)
 * (@lexhair)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/comments-on-normal-pages/#post-529113)
 * I would suggest making a slight change to the code by checking to see if comments
   are allowed when the page is written (there is a check box for allowing comments
   when you write a page). Toggling the check box will toggle the comments box on
   the page.
 * `<?php if (comments_open()) comments_template(); ?>`

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

The topic ‘Comments on normal pages’ is closed to new replies.

## Tags

 * [normal](https://wordpress.org/support/topic-tag/normal/)
 * [not](https://wordpress.org/support/topic-tag/not/)
 * [showing](https://wordpress.org/support/topic-tag/showing/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [lexhair](https://wordpress.org/support/users/lexhair/)
 * Last activity: [19 years, 2 months ago](https://wordpress.org/support/topic/comments-on-normal-pages/#post-529113)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
