0

I see that there is a pager array inside the $page. But it doesn't print a pager.

content (Array, 4 elements)
    system_main (Array, 5 elements)
        nodes (Array, 6 elements)
        pager (Array, 2 elements)
            #theme (String, 5 characters ) pager
            #weight (Integer) 5

I tried to use theme('pager') to print it on the page, but it didn't work.

Any suggestions?

Muhammad Reda
  • 26,379
  • 14
  • 93
  • 105

1 Answers1

0

I was having similar problem. Although, I am not able to resolve the problem. But I modified the flow and get similar result by doing following steps.

  • I created one view with full pager in which I configure pager as I required. (Also, Check on front page that paging is working correctly. )
  • Go to Admin >> configration >> site information >> for front give view name. (in place of node name)

You will find that your paging will work correctly.

Kamesh Jungi
  • 6,203
  • 6
  • 39
  • 50