• Hi,

    I need a function that displays the role of a user, not the current user, but the role for each all the users.
    Exemple:
    I have on a page that displays 10 users like this:
    Test1
    Test2
    ….
    Test10

    Ai want to display the role for each user, like this:
    Test1 – administrator
    Test2 – editor
    Test3 – subscriber
    ….
    Test10 – premium

    If someone knows the function, please help me.

    Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter AnDr3yy

    (@andr3yy)

    The role o each user, I want to display in themplate.php from the theme, I have the Arras Theme,

    I want to display after this code that display the autor of the comment.
    <?php echo get_comment_author_link() ?>

    I want to be something like this:
    AnDr3yy (autor of the comment) – administrator (role of him)

Viewing 1 replies (of 1 total)
  • The topic ‘Get User Role’ is closed to new replies.