Forums

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

  1. Fran6
    Member
    Posted 10 months 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. mfields
    Member
    Posted 10 months ago #

    This worked for me:

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

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

Reply

You must log in to post.

About this Topic