Forum Replies Created

Viewing 1 replies (of 1 total)
  • I still can’t get the commenters name to link to their profile page. I have updated today and therefore I have the latest version.
    I’ve been trying to look through the comment.php file in my theme and I know it’s this line that I need to change:

    '<div class="comment-meta"><span class="fn n"><?php comment_author_link() ?></span> <?php printf(__('added these words on %1$s <span class="meta-sep">|</span> <a href="%3$s" title="Permalink to this comment">Permalink</a>', 'sandbox'),
    										get_comment_date(),
    										get_comment_time(),
    										'#comment-' . get_comment_ID() );
    										edit_comment_link(__('Edit', 'sandbox'), ' <span class="meta-sep">|</span> <span class="edit-link">', '</span>'); ?></div>'

    But I don’t know how.. Hope you can help! I’m only a novice at programming ??

    Thanks!

Viewing 1 replies (of 1 total)