Sorting posts by ASC in category
-
Hi
In archive.php I got this code:
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
That gives me all posts from current category.
How can I sort these posts ordered by ASC ?
Thank You
Rafal
- The topic ‘Sorting posts by ASC in category’ is closed to new replies.