• I trying to adapt wp_list_comments so far I have
    <?php wp_list_comments("avatar_size=48&reply_text=Reply to this comment"); ?>

    However I’m trying to individualise the Reply to this comment portion for each comment. Is it possible? I’ve already tried various things like get_comment_ID() but they don’t seem to work for this.

  • The topic ‘wp_list_comments’ is closed to new replies.