Forums
-
- Forum
- Posts
-
- Installation
- 27,638
- Troubleshooting
- 60,582
- Themes
- 10,192
- Plugins
- 14,981
- Requests & Feedback
- 14,609
- Showcase
- 3,238
-
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