Thread Starter
lyndi
(@lyndi)
@wmmead That does help, thanks. You have given me a lot to go and play with. If I knew I was going to get this much constructive criticism I would have asked for a review long ago.
Thread Starter
lyndi
(@lyndi)
Thanks guys. I will take your advice to heart and see what I can do about the situation.
This should sort out the problem:
Above the line
<?php if(have_posts()) : while(have_posts()) : the_post(); ?>
you need to add
<?php query_posts(‘&paged=’.$paged.’&orderby=ID’); ?>