Title: Comments bug
Last modified: August 19, 2016

---

# Comments bug

 *  [jimmyqc](https://wordpress.org/support/users/jimmyqc/)
 * (@jimmyqc)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/comments-bug-1/)
 * With other themes, I can post comment. But with this theme, the page “wp-comments-
   post.php” opens, and is blank. It can’t add the comment. What should I do? Thanks.

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

 *  [Arian Xhezairi](https://wordpress.org/support/users/arian-xhezairi/)
 * (@arian-xhezairi)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/comments-bug-1/#post-852125)
 * I’d like to help but unfortunately there’s so few information on your post which
   makes it impossible to.
 * A link or specifically the theme name would be helpful though 🙂
 *  [wilson360](https://wordpress.org/support/users/wilson360/)
 * (@wilson360)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/comments-bug-1/#post-852144)
 * I have this same problem with the Modern Notepad theme. Blank page when you reach
   the wp-comments-post.php page. If I change the theme, it works. Once I enable
   Modern Notepad, the problem starts.
 * It’s a shame too, this is a great theme.
 * (My WordPress: [http://blog.desuer.com](http://blog.desuer.com))
 *  [jamescz](https://wordpress.org/support/users/jamescz/)
 * (@jamescz)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/comments-bug-1/#post-852173)
 * Hi,
 * I have same problem with that theme([modern notepad](http://wordpress.org/extend/themes/modern-notepad#post-213)).
   Anybody NO REGISTER reader CAN write comment, but ANYBODY REGISTER(include my
   account) CANT write comment 🙁
 * Any suggestion to fix?
 * Thanks!
 * PS: Sorry for my English, i am from Czech Republic. 😉
 *  [joshlowe](https://wordpress.org/support/users/joshlowe/)
 * (@joshlowe)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/comments-bug-1/#post-852509)
 * Edit the comments.php file.
 * Find the line close to the end of the file that looks like this:
 *     ```
       <input name="submit" type="submit" class="button" id="submit-button" tabindex="5" value="Submit Comment" />
       ```
   
 * And change it to this:
 *     ```
       <input name="submit" type="submit" class="button" id="submit-button" tabindex="5" value="Submit Comment" />
       <input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />
       ```
   
 * The problem is that the comment_post_ID was sent when a user was not logged in,
   but did not get sent when a user is logged in.
 * Hope this helps.
 *  Thread Starter [jimmyqc](https://wordpress.org/support/users/jimmyqc/)
 * (@jimmyqc)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/comments-bug-1/#post-852513)
 * Sorry, the theme was Modern Notepad. Thanks a lot **joshlowe**. The code corrected
   the error. Again, thank you. 🙂
 *  [joshlowe](https://wordpress.org/support/users/joshlowe/)
 * (@joshlowe)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/comments-bug-1/#post-852514)
 * No problem… that’s the theme I was having the problem with as well.
 *  [airdog](https://wordpress.org/support/users/airdog/)
 * (@airdog)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/comments-bug-1/#post-852558)
 * Thank you, joshlowe, for solution!!!

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

The topic ‘Comments bug’ is closed to new replies.

 * 7 replies
 * 6 participants
 * Last reply from: [airdog](https://wordpress.org/support/users/airdog/)
 * Last activity: [17 years, 8 months ago](https://wordpress.org/support/topic/comments-bug-1/#post-852558)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
