あまりないパターンですが、ワードプレスで記事一覧を上に古いものをもって来たいときに。
<?php if(is_archive()) : query_posts($query_string.'&order=ASC'); endif ?>
例)
<?php if(is_archive()) : query_posts($query_string.'&order=ASC'); endif ?> <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?> <?php the_title(); ?> <?php endwhile; ?> >
もしお役に立てたり、クスッとして頂いたりご共感頂けた際にはポチっとして頂けますと記事への情熱になったりしなかったり。。。