You might have experienced this issue. When anyone tries to comment on a post, the window goes blank and the comment doesn’t appear to have been recognised by WordPress.
The Theme that you are using is missing a critical part of the comment form so WordPress doesn’t know which post the comment refers to. You need to check the comment.php in your Theme and ensure that the following code appears within the form.
<input type=”hidden” name=”comment_post_ID” value=”<?php echo $id; ?>” />
Ryan S.
Popularity: 4%














