Hi,
I have enabled the flag "Users must be registered and logged in to comment" on my wordpress installation.
Now, on the comments page, I want to display this registered user's profile info (Name, nickname and website) alongside his comment?
<?php comment_author_link() ?> only displays the logged in user's username.
I am unable to find any template tag that helps me to display the registered user's info from his profile(Name, nickname and website) with the comment's text.
Please help.
Thanks
Anand