Plugin Directory

List Authors Plus

How do I call the template tag?

You can call the template tag in two ways. The first uses a string as a parameter, and the second uses an array:

wp_list_authors_plus( 
'order_by_posts=DESC&excluded_roles=editor, contributor&excluded_ids=1&excluded_usernames=onion'
);

wp_list_authors(
    array(
        'order_by_posts' => 'DESC',
        'excluded_roles' => 'editor',
        'excluded_ids' => array( 1, 2, 3 ),
        'excluded_usernames => 'admin'
    )
);

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus

No data
100,1,1
100,1,1

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(3 ratings)