Reply To: WP Comments not visible February 23, 2014 at 3:30 am #4992 RonKeymaster Go to Appearance -> Editor then under select Comments ( comments.php ) Replace this line: <?php if ( $comments ) : ?> With this: <?php if ( have_comments() ) : ?> This will be added on the next update.