Title: Future posts on the single.php
Last modified: August 19, 2016

---

# Future posts on the single.php

 *  Resolved [theApe](https://wordpress.org/support/users/theape/)
 * (@theape)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/future-posts-on-the-singlephp/)
 * Can anyone point me in the right direction for what I need to put in the loop
   on the single.php to have future posts show to everyone and not just logged in
   admins.

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

 *  Thread Starter [theApe](https://wordpress.org/support/users/theape/)
 * (@theape)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/future-posts-on-the-singlephp/#post-894502)
 * I’m using this in the index.php
 *     ```
       <?php
       $my_query = new WP_Query('category_name=exhibitions&post_status=future&order=ASC&showposts=2');
       while ($my_query->have_posts()) : $my_query->the_post();
       $do_not_duplicate = $post->ID;
       ?>
       ```
   
 *  [tades](https://wordpress.org/support/users/tades/)
 * (@tades)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/future-posts-on-the-singlephp/#post-894834)
 * theApe, solution is here: [http://wordpress.org/support/topic/141099?replies=2](http://wordpress.org/support/topic/141099?replies=2)
 * let me know if work for you
 *  [mores](https://wordpress.org/support/users/mores/)
 * (@mores)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/future-posts-on-the-singlephp/#post-894849)
 * excellent, let’s all modify core files 🙂
 * Seriously, is there a better way to do this inside the theme, maybe with a hook
   for the functions.php or something?
 *  Moderator [Samuel Wood (Otto)](https://wordpress.org/support/users/otto42/)
 * (@otto42)
 * WordPress.org Admin
 * [17 years, 3 months ago](https://wordpress.org/support/topic/future-posts-on-the-singlephp/#post-894850)
 * No. Future posts are not published, by definition.
 * If you want them to show, then you have to make them published:
 * [http://wordpress.org/extend/plugins/the-future-is-now/](http://wordpress.org/extend/plugins/the-future-is-now/)
 *  [mores](https://wordpress.org/support/users/mores/)
 * (@mores)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/future-posts-on-the-singlephp/#post-894851)
 * yeah, I decided to install this plugin after all and it works as it should.
    
   Thanks.
 *  [Rodeo Imagination](https://wordpress.org/support/users/shiroujune/)
 * (@shiroujune)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/future-posts-on-the-singlephp/#post-894863)
 * err… does this plugin actually work? I am with with WP2.7, installed it… and 
   well, nothing happens, is there a configuration thing to do anywhere?…
 *  [Rodeo Imagination](https://wordpress.org/support/users/shiroujune/)
 * (@shiroujune)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/future-posts-on-the-singlephp/#post-894864)
 * Ok. I tried everything till I found this plugin:
 * [http://wordpress.org/extend/plugins/no-future-posts/](http://wordpress.org/extend/plugins/no-future-posts/)
 * > **No Future Posts**
   >  changes the post status from “future” to “publish” by 
   > Tom Braider.
 * Finally single.php dislays future posts to everyone not only admins.
 * 🙂

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

The topic ‘Future posts on the single.php’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 5 participants
 * Last reply from: [Rodeo Imagination](https://wordpress.org/support/users/shiroujune/)
 * Last activity: [17 years, 1 month ago](https://wordpress.org/support/topic/future-posts-on-the-singlephp/#post-894864)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
