If you have “magazine-basic” wordpress theme, and with recent updates or for any reason; if comment is not showing up in individual posts, follow this change.
Navigate from your hosting panel to file: …/ wp-content / themes / magazine-basic / functions.php.
Edit this file. Around line 351, change case statement as below:
function bavotasan_comment( $comment, $args, $depth ) {
$GLOBALS[‘comment’] = $comment;
switch ( $comment->comment_type ) :
/*case ”: this was in original code*/
default; /* change to this */