Hi all,
I have a page which use MarkupPagerNav to generate a pager. It works fine.
I have made a menu with the following code to generate the sub menu:
$grandChildren = $child->children("limit=5");
It works find in the 1st page but when I click to the 2nd page, the $grandChildren array return an empty array and the sub menu doesn't show up.
I have tested with this code:
$grandChildren = $child->children;
It works everywhere.
Any hints for me?
Best Regards,
Gideon So