I want to create a menu on my site to direct users’ profiles, but how can I create a universal link so that all users are directed to each one’s profile? because if I put website/profile all users will be directed to my profile
Use this url to send any logged-in user to their profile page: https://yoursite.com/members/me/
Important! – replace yoursite.com with the actual name of your site.
Then add that url to the link or button that you have created.
I thought that it might be of interest for people to know that this also works with messages so you can use the link https://yoursite.com/members/me/messages to connect people to their own message page. Which I’ve found can be a bit arduous to navigate to.