Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #875180

    Marion
    Participant

    Hello,

    how can I add a text with link to Leave a Comment below the comment box?

    Thank you.

    #875228

    Marion
    Participant

    I found it: wp-comments.php

    ` <?php
    comment_form( array(
    ‘comment_notes_before’ => ”,
    ‘comment_notes_after’ => ”,`

    #875346

    Thai
    Moderator

    Hi Marion,

    You should copy that file to your child theme directory.

    Unless your customization will be lost in the future updates of X theme.

    Thanks.