Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,046
- How-to & Troubleshooting
- 129,730
- Creating & Extending
- 25,800
- Requests & Feedback
- 9,505
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,375
- Miscellaneous
- 9,181
-
and obviously for members you can do this:
// add pagination links to the bottom of the members directory
function add_bottom_members_pagination_links() {
?>
<?php
}
add_action( ‘bp_after_members_loop’, ‘add_bottom_members_pagination_links’ );