No Future Posts
Diese Plugin ändert den Post-Status von "future" auf "publish".
Warum? Normalerweise werden Einträge, die in der Zukunft liegen von WordPress ausgefiltert. Das hat den Vorteil, dass man Beiträge schreiben kann, die automatisch erst zu einem gewählten späteren Zeitpunkt veröffentlicht werden. Nachteil des Ganzen ist aber, dass man keine Termine einblenden kann. Durch mein Plugin werden nun auch vordatierte Beiträge ganz normal angezeigt.
Ausnahmen (Status bleibt "future") können per Artikel oder per Kategorie angegeben werden.
No Future Posts 1.3
Contributors: Tom BraiderTags: posts, future, events
Requires at least: 3.0
Tested up to: 3.4.1
Stable tag: 1.3
License: Postcardware :)
Donate link: www.tomsdimension.de/postcards
Makes your blog to a simple "Event Calendar"
Description
Changes the status of all "future" posts to "publish".
So future posts will show in your blog like other posts.
I use it to show events. No calendar plugin is needed.
Exclude list for posts and categories.
Installation
- unzip plugin directory into the
/wp-content/plugins/directory - activate the plugin through the
Pluginsmenu in WordPress - check and save the options page
Frequently Asked Questions
Screenshots
Arbitrary section
Known Issues
- Post counter in the category list not always up to date. Just save an aldready published post in this categorie.
Changelog
1.3
- bugifx: excluded categories
- code optimization and cleanup
- new language: Lithuanian, thanks to Vincent G host1free.com
- new language: Romanian, thanks to Alexander Ovsov webhostinggeeks.com
1.2.1
- new language: russian, thanks Marcis Gasuns
1.2
- new: uninstall function for wp 2.7
1.1
- new: exclude lists for posts and categories
- new: languages english, german
1.0
- first release
created by Readme Parser

Thanks for the patch! I'm back in business now!
After updating to WP 3.5 and the newest version of this plugin, we are seeing the following query on our mysql logs, it runs over and over and over again, usually less than a second apart...
Query | 0 | Locked | UPDATE wp_posts SET post_status = 'publish'
WHERE post_status = 'future'
and ID NOT IN (0,95243,58770,98142,58718,58743,58777,58902,59063,59079,59088,59113,59305,...
There are over a thousand IDs in the query, i have only posted a few here as an example. Any help would be greatly appreciated.
These IDs should be the same as in the post exclude list.
If you exclude an category all post IDs of that category will be used. Could you check the IDs? Does they exists as post?
Keep getting this error in Dashboard?? How to fix it Please?
Warning: Missing argument 2 for wpdb::prepare(), called in D:\hosting\5559508\html\mothershiprocks\wp-content\plugins\no-future-posts\no-future-posts.php on line 74 and defined in D:\hosting\5559508\html\mothershiprocks\wp-includes\wp-db.php on line 990
Do you read the last comments?
http://www.tomsdimension.de/wp-plugins/no-future-posts/comment-page-4#comment-7076