listing categories with pagination
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘listing categories with pagination’ is closed to new replies.