Forums
-
- Forum
- Posts
-
- Installation
- 28,369
- Troubleshooting
- 62,135
- Themes
- 10,387
- Plugins
- 15,305
- Requests & Feedback
- 14,887
- Showcase
- 3,252
-
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