Home › Forums › Back End › WP: How Do You Get A List Of Posts By A Specific Author › Re: WP: How Do You Get A List Of Posts By A Specific Author
July 2, 2009 at 2:17 pm
#60080
Member
You can actually accomplish this using the query_posts:
http://codex.wordpress.org/Template_Tag … Parameters
query_posts(‘author=XXX’)