Viewing 3 replies - 1 through 3 (of 3 total)
  • Since this is the only query in that code would add order=ASC.

    $cat_posts = new WP_Query("order=ASC&showposts=" . $instance["num"] . "&cat=" . $instance["cat"]);

    Of couse I don’t see anything about post_status=future but maybe that’s not relevant.

    See query_posts() for more arguments.

    Thread Starter fundin

    (@fundin)

    Great thanks, that worked perfectly 🙂

    Oh yeah, the future post things wasn’t really relevant, that’s a separate plugin and really doesn’t have anything to do with the order.. 😀

    I’m also marking this with the category-posts tag.

    Thanks for the feedback.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘ascending future posts’ is closed to new replies.