Hi, I normally post to my blog in advance. I want to be able to show users upcoming posts so they know what to look forward to (or not lol). Anyone know how to do this? plugin--hack--anything Thanks!
Not sure how that would be done. WP2.0 may have a cached query that will show pending posts. Might be just as good to have a sticky post of sorts that you update with future site news. let us know what you find out, always like to see how others manipulate there WP installs.
That is actually an awesome question. I would be interested in this for my own blogs too as we schedule articles well in advance.
It is an interesting idea. You could create an RSS feed for this i think. but i cant think of a off the shelf solution. Think this is a wp forums kind of question
That will only show the latest PUBLISHED posts. He wants to show upcoming posts not published but SCHEDULED.
I'm sure I've seen this ona few different blogs....hang on....*rummages around*. Aha! Here is an up to date tutorial for adding it with code. There are at least a couple of plugins that do this as well, but I've not tried them so can't speak for their reliability. Search the plugin directory for "upcoming posts" and you should find 'em Edit: Just realised this was a necro-thread, I am sleepy.
Well, I'm kind of in a hurry right now so I will list a simple guide here for anyone to follow: hxxp://www.ehow.com/how_8757489_list-posts-pending-review-wordpress.html Code (markup): If anyone needs help implementing that, I would be glad to help you, but off for now.
If anyone wants to know.. You simply have to add post_status=future to your query. For example: query_posts('showposts=4&post_status=future&category_name=Training&order=ASC');