Re: Displaying User Role in bbPress
First you’d need to find the template tag to output the custom role from the Members plugin (I’m assuming you already know this!)
I did, but I appreciate that.
then in your child theme, copy over /bp-themes/bp-default/groups/single/forum/topic.php (keeping the directory structure intact) and add your Members template tag there
Doh! Easy enough… thanks! I did a lot of reading a couple months ago, but I seem to have forgotten a lot of it! Really appreciate the help. Thanks!