Reverse order of posts
-
Hi all,
Can someone help me reverse the order of my blog posts, i want them to show the oldest first and newest last, my code is below, if anyone can adjust it to do that, I would be so grateful.
Thanks all!!
<ul> <?php while ( have_posts() ) : the_post(); ?> <li> <a>" title="<?php the_title(); ?>"> <strong><?php the_time('j M Y');?>:</strong> <?php the_title(); ?> </a> </p> <?php endwhile; // end of the loop. ?> </li> </ul>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Reverse order of posts’ is closed to new replies.