• niska

    (@niska)


    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?

Viewing 1 replies (of 1 total)
  • asechrest

    (@asechrest)

    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.

Viewing 1 replies (of 1 total)
  • The topic ‘Select all posts from author A, author B and author C – at the same time’ is closed to new replies.