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 3, 2009 at 2:07 pm
#60148
Member
I completely disagree.
You can use the WP loop anywhere, not just on an index page. If you’re going to show posts from a user, you’re going to have to use a loop, there’s no way around that.
To display posts from only one category, you’re still going to use query_posts.