I have made a aggregated frontpage weblog, and already:
1.created a category named "news" in frontpage weblog
2.put some entries in "news" category
but when I try to show entries in news cat onto frontpage, nothing happend!

here's some code I've tried:
Case 1:
#set($pager = $model.getWeblogEntriesPager("news"))
#showWeblogEntriesPager($pager)

Case 2:
#set($pager = $site.getWeblogEntriesPager($model.weblog, 20, $maxResults))
#showWeblogEntriesPager($pager)

And, I have searched into old post here, another guy also mentioned that
it's a bug when use codes in case 2, I have no idea about this.
Anybody help?
thanks in advance                     Diego

Reply via email to