How to fix comments template in wordpress?

Solution:

Simply you need to put this code in comments.php page in you project

check comment_form(); in that page & replace that code with this one

comment_form( array( ‘comment_notes_after’ => ‘ ‘, ) );