Viewing 1 replies (of 1 total)
  • Thread Starter Will

    (@wceolin)

    I found a solution:

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

Viewing 1 replies (of 1 total)

The topic ‘Display username on comments’ is closed to new replies.