Hi, I am trying to find a way to change the default page url into a dynamic url for each user.
There are many discussions here about a similar request, but most of them are about this change:
Change domain.com/blog/[username]-[id] >> domain.com/blog/[username]
What I am trying to change is:
[user-url) - Is a text field in my user DB. It’s created by the user during the signup process and unique.
domain.com/blog/[username]-[id] >> domain.com/[user-url]
So the final results will be
- domain.com/henry
-
domain.com/sara
And then I can set the url on other pages. For example: - domain.com/sara/blog/{title}
-
domain.com/sara/review/{title}
And so on
Is there a way to do it?