Viewing 2 replies - 1 through 2 (of 2 total)
  • Isn’t..

    $comment->user_id

    the same value as..

    $user->ID;

    Looks to me like you’re calling get_usermeta to get data you already have…

    Pretty sure you’ll get the same result from..

    (UID#<?php echo $comment->user_id; ?>)

    Thread Starter tgiokdi

    (@tgiokdi)

    sweet, that works, thanks a ton!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is there a better way to show UID in comment loop?’ is closed to new replies.