Forums

Select all posts from author A, author B and author C - at the same time (2 posts)

  1. niska
    Member
    Posted 3 years ago #

    Is it possible to select all posts from several authors at once? I've searched a bit, but I've only found code to find posts from one author - or posts from all authors.

    I have a list of author-names and would like to find all posts that these authors have posted. Is this possible?

  2. asechrest
    Member
    Posted 3 years ago #

    The WordPress query_posts function allows restriction by author(s).

    Unless I'm mistaken, it would be something like:

    query_posts('author=1,4,6')

    This should be used just prior to a WordPress Loop.

Topic Closed

This topic has been closed to new replies.

About this Topic