On Thu, Feb 24, 2011 at 3:21 PM, Daniel Ruan <[email protected]> wrote:
> I have a blog with multiple contributors. Is there a way to display all the
> articles from the same author?
You can only do that if you have a "site wide" blog, i.e. one that
aggregates entries from across all blogs on your entire Roller site.
In a site-wide blog, you get the Site Model AKS the $site object,
which supports a method that returns a pager with just entries from
one author:
public Pager getWeblogEntriesPager(WeblogWrapper queryWeblog,
User user, int sinceDays, int length)
Take a look at the Roller Template Guide for more information.
Hope that helps...
- Dave