How to add more results items per page?

For standard result items:

In: templates\bootstrap2-responsive\config\template_config.php

$config['per_page'] = 8;

For agents pagination:

$config['per_page_agents'] = 6;

In older script versions:

In application\config\cms_config.php you can change above code.

For other foreach loops example:

This will only limit results, so other will be hidden.

screenshot_5