SA Thuy wrote:
Dear Eleni Sapt,
It is default function of Joomla. If you want your site show it like [1] [2] ... [n-1] [n], you can find some joomla plugin about pagination.
Thanks
Just wanted to limit the number of numbers in pagination.
Simply edit
libraries/joomla/html/pagination.php
Find for this
$displayedPages =
10;
Replace
10 with a smaller number. In my case 5 was just perfect!