I may be overlooking something really obvious, but here's my issue: when I use the sample author.php template, has_posts() returns only the blog entries for the specified author, not the pages.
Is there an equivalent to has_posts() for pages (called has_pages(), or something similar)? If not, how would I go about circumventing the problem and list pages for a specific author?
Thanks!