Forums

wp_list_author() just for authors not subscribers. (4 posts)

  1. morganfardo
    Member
    Posted 3 years ago #

    Hi!

    how do i set wp_lis_authors() to list just authors including the empty ones and not subscribers together?

    thanks,

  2. WPQuestions.com
    Member
    Posted 3 years ago #

    wp_list_authors should really be called wp_list_users

    As far as I know you can only exclude the admin account and any user with 0 posts (regardless of role).

    If this is the case, your only option would be to create a custom function which selects from the database authors by role or you could look for a plugin. I didn't have much luck finding a plugin for you.

  3. morganfardo
    Member
    Posted 3 years ago #

    thanks for your help...

    I created a test post just to show the specific author...

    hope somebody else could help us..

  4. lynettechandler
    Member
    Posted 3 years ago #

    Yes try this plugin

Topic Closed

This topic has been closed to new replies.

About this Topic