How to change "Reply" in comment section

Discussion in 'Figero WordPress Theme' started by rostin, Jan 13, 2013.

Thread Status:
Not open for further replies.
  1. rostin

    rostin Member

    Joined:
    Nov 20, 2012
    Messages:
    88
    Likes Received:
    2
    Hi
    I want to change the text "Reply" that appears in the comment section. May I know what the target file name is? I coundn't find it in functions.php or comments.php

    Thank you
    reply.jpg
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to comments.php present in your theme directory and replace the code given below with the code shown in image

    Code:
      <?php wp_list_comments(array('reply_text'=>'Enter your text here'));
    ?>
    Sending image for reference

    [​IMG]
     
  3. rostin

    rostin Member

    Joined:
    Nov 20, 2012
    Messages:
    88
    Likes Received:
    2
    It worked. Thank you.
     
Thread Status:
Not open for further replies.

Share This Page