Integrate UserPro Badge in Author info (on posts)

You need to edit the template file (php file) and insert it as php code

$user_id=get_the_author_meta('ID');
echo userpro_show_badges($user_id, $inline=true);

Was this article helpful?

Related Articles

Leave A Comment?