• I want to list categories (over 80) but with pagination.

    $categories=get_categories('order=desc&number=20&child_of=6');
    if ($categories) {
    foreach($categories as $category) {
    ....
    }
    }

    Is this doable?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I also need exaclty the same, all forum help is oriented to post pagination but nothing about category pagination! help!

    Here same need. Sometimes it talks about put the category list in pages but not how to give pagination for categories on category.php

    No plugins do this thing too or not in the right direction.
    Its just call some category and define when its more than some quantity paginate the rests to next page.

    Its that can be possible? I really want to think it can be.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘listing categories with pagination’ is closed to new replies.