• We are planning on creating several user specific pages of content that will have slugs like:

    www.ourwebsitename.com/specific_user_name

    What we’d like to do is create a dynamic link to that user’s page when they’re logged in (users have to login on our website to access anything).

    So something like:

    <a href="https://www.ourwebsitename.com/specific_user_name"> View your page</a>

    so that the link dynamically links to the page of the user that is logged in.

    Is that possible?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Dynamic Link to logged in user's specific page’ is closed to new replies.