Set the page name url into a dynamic url for each user

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

Is there a way to do it?

This topic was automatically closed after 70 days. New replies are no longer allowed.