/ Published in: PHP

Expand |
Embed | Plain Text
<?php query_posts($query_string."&orderby=date&order=ASC"); ?> <?php while (have_posts()) : the_post(); ?>
You need to login to post a comment.
BoNzO on 03/05/09
1 person have marked this snippet as a favorite
<?php query_posts($query_string."&orderby=date&order=ASC"); ?> <?php while (have_posts()) : the_post(); ?>
You need to login to post a comment.