How do you query posts from more than one author in Wordpress?
Posted
by Thinkbetter
on Stack Overflow
See other posts from Stack Overflow
or by Thinkbetter
Published on 2010-05-13T18:44:11Z
Indexed on
2010/05/13
19:24 UTC
Read the original article
Hit count: 239
How do you query posts from more than one author in Wordpress?
something like:
query_posts('author=9,10&post_status=publish&orderby=date')
This is not working though.
© Stack Overflow or respective owner