Follow the next steps in order to remove the specified text from your comment form:
- Download and install FTP client (for example, Filezilla).
- Open FTP client and enter your FTP access credentials (host, username, and password) to access files on your server.
- Navigate to 'yourwordpresswebsite/wp-content/themes/yourtheme/' directory.
- Find and open the comments.php file. You can use any available text editor (for example, Sublime Text, Notepad).
- Replace this string:
<?php if ( comments_open() ) {comment_form(); //show comment form} ?>
with this one
<?php if ( comments_open() ) {comment_form( array( 'comment_notes_after' => '' ) ); //show comment form} ?>
- Save changes to the file and upload file to the server.
Note: You will lose any custom changes during the next theme update. We strongly recommend creating backups before updating your themes, plugins, and WordPress core if you have any custom changes done before.
Still need help? Feel free to contact our friendly support team. Create a private ticket