Before you ask please READ THIS

Change Comments Policy Text

in Rife Posts: 87
Hi

I need to change the comments text for single posts - where can I edit this to add a comments policy thanks

Comments

  • AirAir
    Posts: 10,970
    Hey:-)

    Could you tell me more about which text? Link or screenshot, please.

    With kind regards.
  • Posts: 87
    Hi the text for the comments box on single post. I need to add a comment policy - see shot thx
    Screenshot 2019-04-18 14.59.03.png
    1920 x 1080 - 78K
  • AirAir
    Posts: 10,970
    Hey:-)

    Edit the rife\comments.php file and at end there is:

    <?php comment_form(); ?>

    Change that too:
    <?php comment_form( array(
    		'comment_notes_before' => '<p class="comment-notes">' . __( 'Your email address will not be published.' ) . '</p>'
    	)); ?>
    and change Your email address will not be published. part.

    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion