Forums
-
- Forum
- Posts
-
- Installation
- 27,294
- Troubleshooting
- 59,704
- Themes
- 10,087
- Plugins
- 14,842
- Requests & Feedback
- 14,513
- Showcase
- 3,230
-
Assuming that $mydata_curpage
is the current page number (starting from 1):
bb_paginate_links( array( 'total' => ceil( $mydata_count / $mydata_pagelimit ), 'current' => $mydata_curpage ) )
You’ll have to do the actual pagination yourself, but that’s as simple as an array_slice
.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS