In the Wordpress Menus Custom Links, I want to create a page called "My Page", and when the Current User clicks this Custom Link, it takes him to his specific page.
E.g mydomain.com/%CURRENT USERNAME% / mydomain.com/johnsmith
Reading other posts, it appears that the Wordpress Custom Link understands only a static URL, not a dynamic one.
Therefore I need some way for the system to "get" the current user info, and redirect accordingly.
I have viewed the replies at this previous thread and here but I am still lost. My coding ability is even less than the first guy's (but I do try!), so I can understand the theory, but I don't understand the technical language.
Therefore, I understand "You need to place this code, in your Theme Functions/in the script of the page". But I don't understand "You need to run a jQuery with this code"
Thank you very much.