How to Change the Number of Pagination Links
If you want to show more numbers for your pagination links, you can do so by editing the following:
- Open up your /system/application/config/config.php file
- scroll to the following line and change it to what you need:
$config['pagination_links'] = 2; - Save the config.php file.
