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
Pagination and categories
Re: Pagination and categories
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'>
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'>
Don't forget to run script update







