For the love of blog. Anyone know how to do this is WordPress?

Discussion in 'WordPress' started by marketjunction, Jan 5, 2006.

  1. #1
    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!
     
    marketjunction, Jan 5, 2006 IP
  2. ServerUnion

    ServerUnion Peon

    Messages:
    3,611
    Likes Received:
    296
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    ServerUnion, Jan 5, 2006 IP
  3. topraveesh

    topraveesh Member

    Messages:
    53
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #3
    What exactly you wanna show in upcoming post? Just the topic? Or till what you wrote?
     
    topraveesh, Nov 1, 2010 IP
  4. craigedmonds

    craigedmonds Notable Member

    Messages:
    705
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    235
    #4


    That is actually an awesome question. I would be interested in this for my own blogs too as we schedule articles well in advance.
     
    craigedmonds, Nov 1, 2010 IP
  5. enclave

    enclave Peon

    Messages:
    50
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    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
     
    enclave, Nov 1, 2010 IP
  6. biblesamacharam

    biblesamacharam Peon

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    hi,

    your site is word press you should be install latest posts plgin
     
    biblesamacharam, Apr 19, 2011 IP
  7. craigedmonds

    craigedmonds Notable Member

    Messages:
    705
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    235
    #7
    That will only show the latest PUBLISHED posts. He wants to show upcoming posts not published but SCHEDULED.
     
    craigedmonds, Apr 19, 2011 IP
  8. kiramanic

    kiramanic Peon

    Messages:
    205
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #8
    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.
     
    kiramanic, Apr 20, 2011 IP
  9. futurepocket

    futurepocket Peon

    Messages:
    94
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    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.
     
    futurepocket, Sep 28, 2011 IP
  10. Thomas U

    Thomas U Active Member

    Messages:
    175
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #10
    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');
     
    Thomas U, Sep 28, 2011 IP