Title: Commenting on future posts
Last modified: August 19, 2016

---

# Commenting on future posts

 *  Resolved [tgiokdi](https://wordpress.org/support/users/tgiokdi/)
 * (@tgiokdi)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/commenting-on-future-posts/)
 * Up until this last update, I was able to comment on future posts. Anyone have
   any idea how to revert this behavior? I liked being able to make a comment on
   a post that wasn’t live yet.

Viewing 1 replies (of 1 total)

 *  Thread Starter [tgiokdi](https://wordpress.org/support/users/tgiokdi/)
 * (@tgiokdi)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/commenting-on-future-posts/#post-1413417)
 * ok, to comment on future posts, open up your wp-comments-post.php and look for
   this line :
 * ‘} elseif ( in_array($status->post_status, array(‘draft’, ‘future’, ‘pending’))){
   ‘
 * and remove the future part to make it looks like :
    ‘} elseif ( in_array($status-
   >post_status, array(‘draft’, ‘pending’) ) ) { ‘
 * and that will re-enable commenting on future posts.

Viewing 1 replies (of 1 total)

The topic ‘Commenting on future posts’ is closed to new replies.

## Tags

 * [commenting](https://wordpress.org/support/topic-tag/commenting/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: [tgiokdi](https://wordpress.org/support/users/tgiokdi/)
 * Last activity: [16 years, 1 month ago](https://wordpress.org/support/topic/commenting-on-future-posts/#post-1413417)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
