Is there a better way to show UID in comment loop?
-
Here’s what I’m using right now:
‘ (UID#<?php $user = get_userdata($comment->user_id); echo $user->ID; ‘?>)
but that code is slowing my site down a bit. is there a smarter way to show the user ids in the comments?
here’s an example of what I’m doing:
https://www.myconfinedspace.com/2009/08/29/fetching-smile/
Viewing 2 replies - 1 through 2 (of 2 total)
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.