Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: sort_by_name() function


Andy Peatling
Keymaster

@apeatling

You’re better off using the new users template tags. Check out the members directory template loop in the member theme in the latest trunk.

bp-themes/buddypress-member/directories/members/members-loop.php

You can set specific ways to order members:

bp_has_site_members( 'type=alphabetical&per_page=10' ) )

type can be: active ( default ) | random | newest | popular | online | alphabetical

This is only in the latest trunk, not RC1.

Skip to toolbar