Title: Add users current role
Last modified: May 24, 2020

---

# Add users current role

 *  Resolved [liamdooles](https://wordpress.org/support/users/liamdooles/)
 * (@liamdooles)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/add-users-current-role/)
 * Is there some code or a plugin that I can insert on to a specific page that can
   showcase the users current role they’re assigned?
    -  This topic was modified 5 years, 12 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Moderator [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * (@bcworkz)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/add-users-current-role/#post-12884388)
 * Users can have ore than one role, this will output the first role listed.
    `<?
   php echo 'Your role: ', wp_get_current_user()->roles[0]; ?>`
 * This would be inserted on a template file, not within post content. If you want
   it within content it needs to be wrapped into a shortcode or custom block. If
   you want to alter template files, it’s recommended you create a child theme.
 *  Thread Starter [liamdooles](https://wordpress.org/support/users/liamdooles/)
 * (@liamdooles)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/add-users-current-role/#post-12886154)
 * This worked a treat!
 * Thank you so much 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Add users current role’ is closed to new replies.

## Tags

 * [hook](https://wordpress.org/support/topic-tag/hook/)
 * [php](https://wordpress.org/support/topic-tag/php/)
 * [role](https://wordpress.org/support/topic-tag/role/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [liamdooles](https://wordpress.org/support/users/liamdooles/)
 * Last activity: [5 years, 12 months ago](https://wordpress.org/support/topic/add-users-current-role/#post-12886154)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
