Forums

WP_Query - Excluding Multiple Authors (2 posts)

  1. oneone11
    Member
    Posted 8 months ago #

    It is possible to exclude multiple categories from the WP_Query by incorporating a string like:
    cat=-1,-2,-3

    but when I try to exclude multiple authors it the query only excludes the first author.

    i.e
    author=-5,-8,-54
    only authorID 5 is excluded.

    Is it possible to exclude multiple authors?

  2. andddd
    Member
    Posted 2 weeks ago #

    same problem, wp bug at wp-includes/query.php line 1987.

Reply

You must log in to post.

About this Topic