Page 1 of 1

Pagination and categories

Posted: Tue Feb 03, 2015 10:54 am
by Don D
Hello,

the list of category thumbs on my index page is getting really long. Is it possible to use pagination - display my categories on several pages - and how can it be done.

Thanks

Re: Pagination and categories

Posted: Tue Feb 03, 2015 1:01 pm
by admin
There's no autopagination tag for category thumbs

But you can do something like

if ($_GET['page'] == 2) {

output categories let's say 50-100

} else {

output categories let's say 0-50

}

and add some links like <a href='/?page=2'>