• How can I change “Leave a Comment” text which is bottom of the post in Box-of-Boom.Please tell me the name of php file.

Viewing 1 replies (of 1 total)
  • Your themes comments template uses the comment_form() function to generate the reply section.

    See here: comment_form()

    You can change the title using something like this:
    comment_form('title_reply=Your Reply Text');

    This will replace comment_form(); on line 54 of comments.php.

Viewing 1 replies (of 1 total)
  • The topic ‘How to change " leave a comment" text in Box of Boom Template’ is closed to new replies.