Forums

Display username on comments (2 posts)

  1. Willian
    Member
    Posted 4 months ago #

    Please, anyone knows how can I display username aside display name on comments?

  2. Willian
    Member
    Posted 4 months ago #

    I found a solution:

    <?php comment_author_link(); ?> - <?php if ($comment->user_id) { $user=get_userdata($comment->user_id); echo '@'.$user->user_nicename; } ?>

Reply

You must log in to post.

About this Topic