tiki god Wordpress Tips And Tricks September 30, 2009 No comments How to show the user level in wordpress in the comments This is how you can show the comment user’s level: $user = get_userdata($comment->user_id); echo $user->user_level;