Title: eboy's Replies | WordPress.org

---

# eboy

  [  ](https://wordpress.org/support/users/eboy/)

 *   [Profile](https://wordpress.org/support/users/eboy/)
 *   [Topics Started](https://wordpress.org/support/users/eboy/topics/)
 *   [Replies Created](https://wordpress.org/support/users/eboy/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/eboy/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/eboy/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/eboy/engagements/)
 *   [Favorites](https://wordpress.org/support/users/eboy/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comments within a Page](https://wordpress.org/support/topic/comments-within-a-page/)
 *  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,

Viewing 1 replies (of 1 total)