Changing title for comments

Discussion in 'Andrina WordPress Theme' started by kbrad613, Sep 16, 2015.

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

    kbrad613 Member

    Joined:
    Jun 13, 2012
    Messages:
    34
    Likes Received:
    1
    The comments section at the bottom of each post currently says "Please leave reply." It's so generic. Can I change it? If so, how?

    Thanks so much.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    You can resolve your issue with the given code below and you just all have to follow the steps as shown in the screenshot.

    bolg_comment_heading_replace(leave a reply).png

    Code is:
    Code:
    <div id="comment-form">
      <?php $args = array('title_reply'=>'Leave a test comment');
        comment_form( $args); ?>
    </div>
    Note: Replace 'Leave a test comment' with your desired text in the code.

    Hope it will resolve your issue :)

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     
  3. kbrad613

    kbrad613 Member

    Joined:
    Jun 13, 2012
    Messages:
    34
    Likes Received:
    1
    Thank you Priyanka! It worked perfectly! :p
     
Thread Status:
Not open for further replies.

Share This Page