Hello, In theme frontpage _websiteprofile.vm
the entry:
#set($entriesPager = $site.getWeblogEntriesPager($profileWeblog, 90, 5))
think is trying to call
SiteModel
public Pager getWeblogEntriesPager(Weblog queryWeblog, int sinceDays, int
length) {..}
but $profileWeblog is a WeblogWrapper, so does not work as expected.
Is this the right place for these?
Cheers Greg
