Comments boxes have disappeared
-
As of today, all of my comments boxes have disappeared.
I’m using WP 4.3 at https://www.cenobyte.ca
I have installed Theme Twenty Fifteen, and have confirmed that the following code appears under the div main area:
<?php
// Start the loop.
while ( have_posts() ) : the_post();// Include the page content template.
get_template_part( ‘content’, ‘page’ );// If comments are open or we have at least one comment, load up the comment template.
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;// End the loop.
endwhile;
?>on both the page.php and single.php
Yet none of my posts have accessible comment boxes nor reply boxes.
I have checked that comments are open (they are) and that the comments are not set to automatically close after X days (they are not). I have run the SQL query that ensures comments are open on my WP SQL database installation at PHPMyAdmin.
Previous to today, comments were working brilliantly! I had some problems with Jetpack Publicize, but we fixed those (there was a problem with the G+ WordPress Plugin).
Please help!
- The topic ‘Comments boxes have disappeared’ is closed to new replies.