Forums

How can i display user ID on homepage (2 posts)

  1. Fran6
    Member
    Posted 3 years ago #

    Hi everyone,

    I would like to show user ID on the homepage of my website when the user is logged in of course. I looked on the codex but cannot find the information. I found something but does not work... So how can I get that ?

    Thx for ur help

    Francis

  2. Michael Fields
    Member
    Posted 3 years ago #

    This worked for me:

    <?php
        global $userdata;
        get_currentuserinfo();
        print intval( $userdata->ID );
    ?>

    Source: http://wordpress.org/support/topic/217638?replies=6

Topic Closed

This topic has been closed to new replies.

About this Topic