Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,830
- How-to & Troubleshooting
- 129,809
- Creating & Extending
- 25,867
- Requests & Feedback
- 9,509
- Third Party Plugins
- 9,821
- Showcase
- 3,317
- Ideas
- 1,383
- Miscellaneous
- 9,178
-
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’ );