• Hi, fistly – I wan to thank You for perfect theme “Writer”.
    Secondly – I want to ask You: How can I overwrite the sentence “Leave a message”, which is above the discussion under every article. I′m an amateure – I′m trying to solve this question solo, but I really don′t see this place neither in style.css, nor in comments.php… I would be thankful for Your answer. Have a nice day! Petr

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello. Not sure, but try to add in bottom of functions.php this code:

    function comment_reform ($arg) {
    $arg['title_reply'] = __('YOUR_TEXT');
    return $arg;
    }
    add_filter('comment_form_defaults','comment_reform');

    Change YOUR_TEXT by whatever you whant.

    Thread Starter petrwoff

    (@petrwoff)

    Orel95, it really works, thank You very much! (By the way, “orel” means in my mother-language “eagle” and it was last name of my mother before her marriage… coincidences.) I wish You all the best! ??

    petrwoff, i’m glad I could help. Yes, it is eagle and looks like my last name too (Orlov).
    All the best.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to overwrite the sentence "Leave a message"’ is closed to new replies.