• Hi there,
    I am making a blog for my Ham Radio activities.
    I want my oldest posts to appear at the top most position and the latest at the end.

    How to do that? Plz guide me.
    Thanks.

Viewing 1 replies (of 1 total)
  • Try putting the following just before the Loop initializes in your template file (i.e., before if (have_posts()) : while (have_posts()) : the_post();):

    <?php query_posts('order=ASC'); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Order of the posts’ is closed to new replies.