Title: reymon's Replies | WordPress.org

---

# reymon

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

 *   [Profile](https://wordpress.org/support/users/reymon/)
 *   [Topics Started](https://wordpress.org/support/users/reymon/topics/)
 *   [Replies Created](https://wordpress.org/support/users/reymon/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/reymon/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/reymon/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/reymon/engagements/)
 *   [Favorites](https://wordpress.org/support/users/reymon/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: [How to enable comments?](https://wordpress.org/support/topic/how-to-enable-comments-1/)
 *  [reymon](https://wordpress.org/support/users/reymon/)
 * (@reymon)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/how-to-enable-comments-1/page/2/#post-964007)
 * Hi uncdon
 * Simply browse to directory where the theme files are installed. The directory
   must be somewhere on your own sever(computer) or the web hosting company your
   using. In my case the directory was:
    public_html/blog/wp-content/themes/neonglow/
   page.php (nenoglow was the name of the theme I am using). In the same directory
   was and single.php. Anyway I just opened page.php and added the code:
 * `<?php comments_template(); ?>` in it (within the body of the page just before
   the closing body tag). It works now but unfortunately the comments appear on 
   the right site in my blog:
    [http://chottomatte.net/blog/nishinomiya-gardens/](http://chottomatte.net/blog/nishinomiya-gardens/)
   and i wanted them to be below the main text/pictures fragment. Anyway if I found
   how to fix this bug I will repost
 * Cheers

Viewing 1 replies (of 1 total)