Modify loop in template to sort by ASC
-
Hi,
How do I modify the loop in my category.php to sort posts in ASC order?
I had some code that used query_posts, but that caused all sorts of problems. So I’ve had to go back to the default
<?php while ( have_posts() ) : the_post() ?>
Can &orderby arguments be added to this?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Modify loop in template to sort by ASC’ is closed to new replies.