Sorting by Author in the loop
-
Hi all,
I need to sort my posts by Author in
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
Where can iput a condition relative to the id of authors ?
Thanks a lot
The topic ‘Sorting by Author in the loop’ is closed to new replies.