Forums
-
- Forum
- Posts
-
- Installation
- 28,413
- Troubleshooting
- 62,362
- Themes
- 10,408
- Plugins
- 15,321
- Requests & Feedback
- 14,960
- Showcase
- 3,255
-
Just edit the post.php file in your active template – it probably looks something like this:
https://trac.bbpress.org/browser/trunk/bb-templates/kakumei/post.php
Remove the line that prints the role of the user:
<?php post_author_title_link(); ?>
Make sure to backup your templates before you edit them. Good luck!