Display Posts in Chronological Order
-
Hi, I Googled for a way to display posts in chronological order. I found a solution at this link, but I am thinking this cannot be the easy way. Is there a simpler way? Any assistance would be much appreciated. Thank you.
using the WordPress Default theme, in the wp-content/themes/default/index.php file, you would add this line:
<?php query_posts($query_string . '&order=ASC'); ?>
just before this line:
<?php if (have_posts()) : ?>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Display Posts in Chronological Order’ is closed to new replies.