Viewing 5 replies - 1 through 5 (of 5 total)
  • It’s not enough to just add that code, it will have to be a unique number retrieved from your CMS.

    Because it also requires a separate, special view I’m still looking for a solution to implement the feature while keeping things simple for regular users.

    Thread Starter condorman17

    (@condorman17)

    Thanks for your quick answer

    It could be the id or username of the user

    I found this code but I don’t know if it could be userfull .

    <?php
    if (is_user_logged_in()) {
    $user = wp_get_current_user();
    $userName = $user->user_login;
    }
    ?>

    I know that, but again, I need to implement the feature in such a way that will allow me to avoid tons of questions on forums from users that don’t understand the entire process of setting it up properly.

    Hi Alin. Any progress on this issue? I need to implement this on my fashion blog.

    Thanx

    Currently I am focusing on UI/UX, so it will take a few months to get to the tracking component and eventually implement this.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to add the User-ID ?’ is closed to new replies.