Title: Current user level in theme
Last modified: August 22, 2016

---

# Current user level in theme

 *  [Rolle Laukkarinen](https://wordpress.org/support/users/rolle/)
 * (@rolle)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/current-user-level-in-theme/)
 * I would like to show current user level in my WordPress theme header. Do you 
   have any template tags available? Tried to use pmpro_getMembershipLevelForUser
   but it doesn’t work by itself and to be honest your documentation is a bit confusing.
   Can you provide the full snippet for displaying a level like `Membership: <?php
   echo $level; ?>`? greatly appreciated in advance.
 * [https://wordpress.org/plugins/paid-memberships-pro/](https://wordpress.org/plugins/paid-memberships-pro/)

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

 *  Plugin Author [Kim Coleman](https://wordpress.org/support/users/kimannwall/)
 * (@kimannwall)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/current-user-level-in-theme/#post-5866127)
 * If you have the user object this can be displayed via $user->membership_level-
   >name
 * Please open a support topic on our members forum if you need assistance.
    [http://www.paidmembershipspro.com/forums/forum/members-forum/](http://www.paidmembershipspro.com/forums/forum/members-forum/)
 *  Thread Starter [Rolle Laukkarinen](https://wordpress.org/support/users/rolle/)
 * (@rolle)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/current-user-level-in-theme/#post-5866248)
 * Can you give me the exact snippet? I can manage getting with `<?php if(pmpro_hasMembershipLevel('
   1')) : ?>` but I would like to have it regardless the if-statement.

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

The topic ‘Current user level in theme’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/paid-memberships-pro_f1dacb.svg)
 * [Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions](https://wordpress.org/plugins/paid-memberships-pro/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/paid-memberships-pro/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/paid-memberships-pro/)
 * [Active Topics](https://wordpress.org/support/plugin/paid-memberships-pro/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/paid-memberships-pro/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/paid-memberships-pro/reviews/)

## Tags

 * [pmpro](https://wordpress.org/support/topic-tag/pmpro/)
 * [template tags](https://wordpress.org/support/topic-tag/template-tags/)

 * 2 replies
 * 2 participants
 * Last reply from: [Rolle Laukkarinen](https://wordpress.org/support/users/rolle/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/current-user-level-in-theme/#post-5866248)
 * Status: not resolved