Viewing 1 replies (of 1 total)
  • MichaelH

    (@michaelh)

    Change the order where?

    To resort the order of posts, using the WordPress Default theme for example, in the wp-content/themes/default/index.php file, just before the line:
    <?php if (have_posts()) : ?>

    put this:

    <?php query_posts($query_string . '&orderby=date&order=ASC'); ?>

    The query_posts() article explains the arguments in detail.

Viewing 1 replies (of 1 total)
  • The topic ‘Moving Posts’ is closed to new replies.