Forums

Moving Posts (2 posts)

  1. glenlmarine
    Member
    Posted 2 years ago #

    Is there a way to change the order of posts?

  2. MichaelH
    Volunteer
    Posted 2 years ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags