how to list your future posts in wordpress


Wordpress Tips And Tricks

Want to show what posts are coming up? add this bit of code in:


$my_query = new WP_Query('post_status=future&showposts=1000&order=asc');
?>