0

I am creating a blog using apache roller 5.xx version

I am able to design templates with default macros but I don't know how to write custom programs to it. I am fighting with this pager thing for almost 2 days with no solution now

Can anybody assist me to iterate through the entries obtained in pager using below codes.

   #set($pager = $model.getWeblogEntriesPager()) 
   #showWeblogEntriesPager($pager)

I want don't want to show entries using #showWeblogEntriesPager($pager) macro.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Raja
  • 627
  • 1
  • 9
  • 24

1 Answers1

0

Did you look at the internal implementation of #showWeblogEntriesPager and confirm it was not something you could leverage?

Glen Mazza
  • 748
  • 1
  • 6
  • 27
  • thanks Glen, My bad I was fiddling things weblog.vm without knowing I should be dealing things Entry.vm. Finally my blog is ready :) I would say apache roller is awesome on seeing how easy it is to create a blog – Raja Aug 23 '14 at 14:58
  • And thanks for showing the internal implementation, I will check this too. It is really useful – Raja Aug 23 '14 at 15:00