Skip to:
Content
Pages
Categories
Search
Top
Bottom

Pagination – Change quantity of pagination number shown


  • saxisme
    Participant

    @saxisme

    Hello,

    I’m trying to find a way to show more pages in the pagination before the ellipsis.
    I’m trying to output:
    1, 2, 3, 4, 5, 6, ... ->
    and not just
    1, 2, ... ->

    I cant’t find a way to break up the function

    function bp_members_pagination_links() {
    	echo bp_get_members_pagination_links();
    }
    	function bp_get_members_pagination_links() {
    		global $members_template;
    
    		return apply_filters( 'bp_get_members_pagination_links', $members_template->pag_links );
    	}

    Can anyone point me in the right direction?
    Thanks in advance,

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar