Edit the Profile Page
-
WordPress 3.6
BuddyPress 1.8
Case: http://www.tera-data.de/Hey Community,
I’m trying to edit the Profile Page of BuddyPress. It actually looks like this:
http://www.tera-data.de/user/drrr/
Drrr">Drrr [Profile Picture] @drrr active for 1 minute
I want it to look like this:
http://www.tera-data.de/user/drrr/
Drrr [Profile Picture] active for 1 minute
I looked for hours in google and other forums and found out that i probably have to edit the following file:
/wp-content/plugins/buddypress/bp-themes/bp-default/members/single/member-header.php
I changed
<a href="<?php bp_displayed_user_link(); ?>"><?php bp_displayed_user_fullname(); ?></a>
To
<a href="<?php bp_displayed_user_link(); ?></a>
But nothing changes.
Can anyone help me out? 🙂
- The topic ‘Edit the Profile Page’ is closed to new replies.