Is there direct link for profile page?

Solved4.72K viewsCore
0

It’s very difficult to view your personal page, because, it can’t be found quickly. Now, I cannot get to my profile page to change photo or change my personal information. In the top of the page I can see the link to edit users data, but not ones which are shown in AnsPress.

1

I will make an widget which will show user points and links.

1

there is not a direct one
so i made my own just edit the information
1-http://yourdomain.com = your domain
2-pagename=the slug of the page you paste

<a href="http://yourdomain.com/pagename/user/ <?php global $user_login ;get_currentuserinfo();
echo "$user_login"
?>/edit_profile/">Edit Profile</a>

This is also correct, but Rahul Aryan will add it as new widget which is good!

I gave you the “like up”!