Show Future Posts on Single Post Plugin
Lets you show Future or Schedule Post on Single Posts. It also enables comments for future posts.
The Show Future Posts on Single Post was developed to provide two basic functions:
- Displays future/scheduled posts on single.php(Single Post Template)
- Enables comments for future/scheduled posts
Installation
- Upload ‘show-future-posts-on-single-post.php’ to the /wp-content/plugins/ directory
- Go to the Plugins page in your WordPress Admin area and click ‘Activate’ for Show Future Posts on Single Post
FAQ
How to show future/schedules post?
On your template, just simply add the string ‘post_status=future’ to your query_post
Example: query_post(‘post_status=future&order=ASC’);
This displays all future posts in ascending order.
Changelog