What I need is a way to return the posts in a category for authors who have a particular role. I have a solution using the SQL plugin, but the query is complicated and I'd like to find a more general solution. What I would love is something like this:
<MTEntries category="X" author_role="Expert">
I know I can setvar and get the list of authors, but the author attribute only accepts one author. It doesn't look like the booleon capabilites of the tag or category attributes can be applied to the author.
Any thoughts?
Thanks
