Future post queries not working in 3.8
-
Anyone else notice that you can’t query a future post status in 3.8. For example:
$future_posts = new WP_Query( array ( 'post_status' => 'future', ) );
doesn’t work unless the user is logged in. Not sure why they would change this now. I’ve been using this for years and all of a sudden it doesn’t work after the upgrade. smh
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Future post queries not working in 3.8’ is closed to new replies.