Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Adding pagination links to bottom of Group Directory


Dwenaus
Participant

@dwenaus

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’ );

Skip to toolbar