Forums

Customize wp_list_authors for user directory? (4 posts)

  1. wp-architect
    Member
    Posted 7 months ago #

    Hello,

    I am trying to accomplish the following:

    A
    FirstName A LastName
    FirstName A LastName
    FirstName A LastName

    B
    FirstName B LastName
    FirstName B LastName
    FirstName B LastName

    c
    FirstName C LastName
    FirstName C LastName
    FirstName C LastName

    And so on...

    Basically use the functionality of the wp_list_author() but add the the letter of the alphabet to sort usernames by the first-initial in their last name.

    Anyone know of this would be done? Perhaps a plug-in?

    Thanks in advance!

  2. NateJacobs
    Member
    Posted 7 months ago #

    Take a look at this function.

    https://gist.github.com/1321741

  3. wp-architect
    Member
    Posted 7 months ago #

    Nate,

    This works almost exactly how I need it to. I just changed a few small things to appropriate it. https://gist.github.com/1325000

    Thanks so much.

  4. NateJacobs
    Member
    Posted 7 months ago #

    You're welcome. Glad you got it working.

Reply

You must log in to post.

About this Topic