Forums

list recent posts with unique authors (2 posts)

  1. maxaud
    Member
    Posted 7 months ago #

    I'm using the below query to query a list of recent posts in my sidebar.

    How would I modify this so it doesn't repeat the same author twice in the lists of posts?

    Thanks in advance.

    <?php $recent = new WP_Query("showposts=15"); while($recent->have_posts()) : $recent->the_post();?>

  2. maxaud
    Member
    Posted 1 month ago #

    Anyone know?

Reply

You must log in to post.

About this Topic