• Resolved caerphillyobserver

    (@caerphillyobserver)


    Hello all,
    I’m trying to use future posts as a way to list events. The only problem is that the posts are coming up as WordPress intended them.
    For example an event for February 5 is sitting on top and comes first where as an event for January 19 is coming below it.

    I would like to reverse this order so that January 19 is on top and the event for February 5 is below.
    I’m using the following code

    <?php query_posts(‘category_name=whats-on&post_status=future&showposts=10&orderby=date&order=ASC’); ?>

    After reading loads of forums and Googling I think this should be the right code but it has no effect.

    Please help super wordpress people

Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Reversing order of future posts’ is closed to new replies.