in the comments.php if i use $comment->user_id it gives me the unique user id in return. but if i want to show registered comment author login name then what code i have to use? i have tried
$comment->user_login. but it didnt work.
i m not a php expert and know a little abut coding. can anyone plz help me with the code i have to use for showing comment author login name for registered members in the comment section?
The topic ‘registered user login name’ is closed to new replies.
17 years, 11 months ago
in the comments.php if i use $comment->user_id it gives me the unique user id in return. but if i want to show registered comment author login name then what code i have to use? i have tried
$comment->user_login. but it didnt work.
i m not a php expert and know a little abut coding. can anyone plz help me with the code i have to use for showing comment author login name for registered members in the comment section?