On Dec 4, 2007 3:27 AM, Odelya Glick <[EMAIL PROTECTED]> wrote: > I am using $pager for prev/ next button. > > Let's say that I would like to use numbers for paging between the results: > > <<prev 1 2 3 next >> > > So when clicking on 1/2/3 it will reach the page with the results for pages > 1/2/3. > > What way is it to do it?
We don't provide a way to do that, so you would have to resort to custom Java code (possibly a new page model) and maybe even a new WeblogEntryManager class to provide new queries. - Dave
