Hi! I have this blog:
http://cgis.jpost.com/Blogs/otherview/ I display in the right column Most Popular box that displays the most 7 commented posts. The problem is that on the first page of a blog, it works fine, but from the second page it doesn't work!! http://cgis.jpost.com/Blogs/otherview/?page=1 the code is: #set ($theEntries = $site.getMostCommentedWeblogEntries(null,7,5)) #if ($theEntries.size() > 0) #set ($entriesLast10Days = $site.getWeblogEntriesPager(7,100)) #set ($entriesLast10DaysItems = $entriesLast10Days.getItems()) ... ... #end $site.getWeblogEntriesPager from the second page returns no items! It's very weired.. Why is it? Odelya