Link to User Profile in their Comment?
-
Hey everyone!
I’m not much of a coder, and I’m trying to figure out how I can add profile links to comments.
That is, when it says “Jimmy said” in the comments area I want people to be able to click “Jimmy” as a link and go to his profile page.
Any ideas?
Thanks a bunch for your time!The code I think I have to deal with is below (using Simplixity theme):
<div class="commentmetadata"> <strong><?php comment_author_link() ?></strong>, <?php _e('on'); ?> <a href="#comment-<?php comment_ID() ?>" title=""><?php comment_date('F jS, Y') ?> <?php _e('at');?> <?php comment_time() ?></a> <?php _e('said:'); ?> <?php edit_comment_link('Edit Comment','',''); ?> <?php if ($comment->comment_approved == '0') : ?> <em><?php _e('Your comment is awaiting moderation.'); ?></em> <?php endif; ?> </div>
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Link to User Profile in their Comment?’ is closed to new replies.