Problem with the display of the username

When a user visits their RT Media media tab in buddypress, the username above the profile looks like

“< a href=“https://mysite.com/members/username/” >Profile Name</a”

instead of

“Profile Name”

(without the quotes)

How do I remove the link and only display the “Profile Name”?

Thanks.

Hello @mayzfieldtv,

Please, try adding below code into your theme’s functions.php file - https://gist.github.com/rahul3883/0d982d85bbb0f1d1034894cd42e96476

This snippet will help to remove the profile link from post title in member media page and group media page.

I hope this helps you.

Thanks.