Display role
-
Hello Robin in the WP User Manager plugin and on the profile page of the user I would like to display his role created in BBP Style Pack.
What code would that allow me?
I would like to add it in place of the description.
Thanks to you.<div class="user"> <h3><a href="<?php echo wpum_get_user_profile_url( $user ); ?>"><?php echo $user->first_name; ?></a></h3> <div class="description"> <?php if ( $trimmed_description ) : ?> <small class="tagline"><?php echo $trimmed_description; ?></small> <?php else : ?> <small class="tagline"><?php _e( 'This user has not provided a description yet.', 'wpum' ); ?></small> <?php endif; ?> </div>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Display role’ is closed to new replies.