On Fri, Apr 18, 2008 at 12:43 PM, Islam Tariqul <[EMAIL PROTECTED]> wrote:
>  Is there any way we can have all blog entries by month(s)?

No, Roller does not provide that.

> Also, is there any way we can have blog
>  entries by author(s) (screen name)?

Take a look at the Site model in the Template guide, it has a method
that will return a pager over entries from one weblog and/or one user.

    Pager getWeblogEntriesPager(Weblog weblog, User user, String
category, int sinceDays, int max)
    Get pager that returns WeblogEntry objects from one specific
weblog and category. Will only return
   entries created in last sinceDays number of days and never more
than max items.

- Dave

Reply via email to