Changing Leave a Reply from post pages

Viewing 3 posts - 1 through 3 (of 3 total)
  • #5068
    Carl Andersen
    Participant

    Hi
    Where can I change it. I have been through all the theme’s files, but cannot find it

    #5091
    Daniel Tara
    Keymaster

    You won’t find it since it’s a WordPress default tag. You can override it however:

    In the file comments.php you can find an array variable called $defaults. Add a new key to it like this:

    $defaults['title_reply'] = 'Write a comment';
    #5099
    Carl Andersen
    Participant

    Thanks Daniel

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.