My problem is I can only seem to limit before I remove the $page part meaning I end up with only 2 other events at the bottom of the page.
Have tried the following but doesn't seem to work:
$page->siblings->remove($page);
$events = $page->siblings("limit=3");I've tried various things but perhaps someone more knowledgeable could point me in the right direction?
Thanks













