Title: Comments within a Page
Last modified: August 18, 2016

---

# Comments within a Page

 *  [eboy](https://wordpress.org/support/users/eboy/)
 * (@eboy)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/comments-within-a-page/)
 * Hi
 * When I create a Page for my blog, from Admin interface I can see this options
   checked:
 * Allow Comments
    Allow Pings
 * but the comments text field is not displaying on that page. I’d like this Page
   to have the comments feature so my visitors can post comments there.
 * Is this possible?
 * Thanks in advance for your help.
 * Regards,

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

 *  Thread Starter [eboy](https://wordpress.org/support/users/eboy/)
 * (@eboy)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/comments-within-a-page/#post-659303)
 * Hi,
 * Finally found the answer myself here:
 * [http://wordpress.org/support/topic/119538](http://wordpress.org/support/topic/119538)
 * You have to create a template, wich is really easy:
 * 1. Copy the contents of file page.php
    2. Put those contents in an empty file,
   by using any text editor. For instance, template1.php 3. At the beginning of 
   this template1.php put this code:
 *     ```
       <?php
       /*
       Template Name: Template1
       */
       ?>
       ```
   
 * 4. Then go back to your Admin interface – Manage – Pages – Edit the page. Look
   for the Page Template drop-down menu and you will find “Template1” in there. 
   Select it and Save.
 * Of course this is valid if you already created the Page. If you are about to 
   create the Page, then go to Write – Write Page and select the “Template1” template,
   as per my example.
 * Regards,
 *  [alien-man](https://wordpress.org/support/users/alien-man/)
 * (@alien-man)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/comments-within-a-page/#post-659641)
 * This helped immensely. However, what is making the title of my comments field
   the same size as the title of the page? [http://goldfishcake.com/?page_id=353](http://goldfishcake.com/?page_id=353)
 * This doesn’t happen in the post comments field.
 * EDIT:
 * ah, nvm, i fixed it by adjusting the h-tags on the comments template
 * also, it’s better to use this entire code
 * > <div id=”comments”>
   >  <?php comments_template(); ?> </div><!–/comments–>
 * to keep the alignment
 *  [blog7677](https://wordpress.org/support/users/blog7677/)
 * (@blog7677)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/comments-within-a-page/#post-659644)
 * For those not programming literate, are you aware of a plugin that would create
   comments within a page?
 *  [daveygf](https://wordpress.org/support/users/daveygf/)
 * (@daveygf)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/comments-within-a-page/#post-659645)
 * I don’t see any way to choose a template when managing my pages. Where do you
   see this? What version of WordPress are you on?
 *  [daveygf](https://wordpress.org/support/users/daveygf/)
 * (@daveygf)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/comments-within-a-page/#post-659646)
 * Never mind.. You have to have the template saved properly in your theme folder
   with the header comment as described. Thanks.

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

The topic ‘Comments within a Page’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 4 participants
 * Last reply from: [daveygf](https://wordpress.org/support/users/daveygf/)
 * Last activity: [17 years, 8 months ago](https://wordpress.org/support/topic/comments-within-a-page/#post-659646)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
