Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to disable display of member group

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!

Skip to toolbar