Problem "reply link comment"

Discussion in 'WordPress' started by robciucionut, Sep 2, 2011.

  1. #1
    Hi guys.

    I have a problem. How to add a "reply link comment" without plugin.

    Sincerely,
    Robciuc Ionuţ
     
    robciucionut, Sep 2, 2011 IP
  2. WebDpot

    WebDpot Peon

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Go to comments.php and replace this line with the old code, the reply link should appear now.

    
    <ol class="commentlist">
            <?php wp_list_comments('type=comment&avatar_size=48'); ?>
    </ol>
    
    Code (markup):
    ----

    <?php cancel_comment_reply_link(); ?>
    Code (markup):
    And this incase user want to cancel the comment reply.

    you need to style the css too.
     
    WebDpot, Sep 2, 2011 IP
  3. robciucionut

    robciucionut Peon

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    robciucionut, Sep 2, 2011 IP
  4. WebDpot

    WebDpot Peon

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You already have the reply link and just want to style it into button?
     
    WebDpot, Sep 2, 2011 IP