• Im using a login plugin and a front end user page / edit profile plugin. The user page plugin sets an id to each user; .com/profile/uid=2
    What I want to do is, be able to create a link that calls the logged in users id which takes them to their profiles.. IE;

    a href http://…..com/profile/userid.

    How do I do this without getting /userid in the link the users actual ID (uid=2)

The topic ‘Link user id’ is closed to new replies.