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
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
This topic has been closed to new replies.