1 2 3 4 5 6 7 8
<?php $params = array( 'count' => 1000, 'limit' => 10, 'offset' => 230, ); echo elgg_view('navigation/pagination', $params);