Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

  • Veneration_
    Member

    @veneration_

    Solved my issue!
    $current_user_info = wp_get_current_user(); echo $current_user_info->user_login;


    Veneration_
    Member

    @veneration_

    Just to give a better idea about what I’m trying to do.

    I’ve created pages all ending with a particular username.
    I need each user that corresponds with that page to click a link and have it send them to that page.
    So it takes their username and places it at the end of the particular link.
    Example:
    http://www.mydomain.com/client/user1234

    So the link would need to be something like a href=”www.mydomain.com/client/PHP-CODE-HERE “></a

    Hopefully that makes it a bit clearer.
    Thanks a ton!!!

    Veneration_

Viewing 2 replies - 1 through 2 (of 2 total)
Skip to toolbar