• Hello,
    if i need to add a link to the author’s post how can i do it with the new wordpress?

    With the old WordPress i have make this:

    <?php foreach ($comments as $comment) : ?>

    <li class=”<?php echo $oddcomment; ?>” id=”comment-<?php comment_ID() ?>”>
    <?php
    echo “<a href=’/MY-PERSONAL-LINK/”;
    comment_author_link();
    echo “.html’>”;
    comment_author_link();
    echo “”;
    ?>

    But now with the new function (<?php wp_list_comments(‘type=pings’); ?>) i can’t do it.

    Anyone can help me?

    Thanks,
    Andrea

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Author comment link’ is closed to new replies.