How do you query posts from more than one author in Wordpress?
- by Thinkbetter
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.