Title: wordpress_orgdsbaileycom's Replies | WordPress.org

---

# wordpress_orgdsbaileycom

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

 *   [Profile](https://wordpress.org/support/users/wordpress_orgdsbaileycom/)
 *   [Topics Started](https://wordpress.org/support/users/wordpress_orgdsbaileycom/topics/)
 *   [Replies Created](https://wordpress.org/support/users/wordpress_orgdsbaileycom/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/wordpress_orgdsbaileycom/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/wordpress_orgdsbaileycom/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/wordpress_orgdsbaileycom/engagements/)
 *   [Favorites](https://wordpress.org/support/users/wordpress_orgdsbaileycom/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 not readable/writable in password-protected post](https://wordpress.org/support/topic/comments-not-readablewritable-in-password-protected-post/)
 *  [wordpress_orgdsbaileycom](https://wordpress.org/support/users/wordpress_orgdsbaileycom/)
 * (@wordpress_orgdsbaileycom)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/comments-not-readablewritable-in-password-protected-post/#post-762324)
 * In your comments.php file of your theme, try changing $cookiehash to COOKIEHASH
   as below.
 * From:
    `if ($_COOKIE['wp-postpass_'.$cookiehash] != $post->post_password) { //
   and it doesn't match the cookie?>`
 * To:
    `if ($_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) { //
   and it doesn't match the cookie?>`

Viewing 1 replies (of 1 total)