BuddyPress PHP for Profile Page
-
I have PaidMembership Pro installed. It has a Membership area. The membership are has a link to “edit” membership. When a user clicks it they go to the backend of WP to their member profile. This is not what I want.
I want people to go to their BUDDYPRESS profile page. What php do I use to make this happen. Here is the code I am working with:
<?php _e(“Edit Profile”, “pmpro”);?>><?php _e(“Edit Profile”, “pmpro”);?>
I tried this but it failed:
“><?php _e(“Edit Profile”, “pmpro”);?>><?php _e(“Edit Profile”, “pmpro”);?>Also, I am not a coder, so don’t start talking about functions and loops and stuff like that. You may as well be speaking Greek.
I hope you can help.
- You must be logged in to reply to this topic.