Jetpack installed, comments stopped working
-
I installed Jetpack and i am not getting any email notifications of posted comments to be approved. All plugins have been deactivated and my comments.php looks like this…
<?php// Do not delete these lines
if (!empty($_SERVER[‘SCRIPT_FILENAME’]) && ‘comments.php’ == basename($_SERVER[‘SCRIPT_FILENAME’]))
die (‘Please do not load this page directly. Thanks!’);if ( post_password_required() ) { ?>
<p class=”nocomments”>This post is password protected. Enter the password to view comments.</p>
<?php
return;
}
?><!– You can start editing here. –>
<?php comment_form(); ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Jetpack installed, comments stopped working’ is closed to new replies.