• 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • You need to look better then… look for instance here and here, and in general here.

    Peter

    I’ve been trying this with WordPress 2.9.1, but comment_author_url() isn’t displaying the URL from the profile of registered users. I’m definitely using it in the correct place in the comment loop – unregistered users URLs are showing up fine.

    What am I missing?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Logged-in user ‘s comments – display email/website info from his User Profile’ is closed to new replies.