Display User Verified Badge (or other badges) beside his name

You can display the user verified badge beside his name where you want with this API function. You can use it to show the badge in his comments, or in post author info, or beside his name in your forums or anywhere else.

<?php
echo userpro_show_badges($user_id);
?>

The $user_id variable should be the User ID you want to show badges for. This can be dynamic for your authors/commenters if you figure how to retrieve the post user ID.

Was this article helpful?

Related Articles

Leave A Comment?