Wasn't displaying comments when comments were closed. With the new WordPress option to expire commenting on old posts (to keep discussion current) its still nice to read the old discussions.
This commit is contained in:
parent
b12cf93083
commit
c32fae115a
|
@ -116,9 +116,9 @@
|
|||
$post = $temppost; $wp_query = $temp_query; $temppost = null; $temp_query = null;
|
||||
}
|
||||
}
|
||||
if ('open' == $post->comment_status) {
|
||||
comments_template('', true);
|
||||
}
|
||||
|
||||
comments_template('', true);
|
||||
|
||||
?>
|
||||
|
||||
<?php else: ?>
|
||||
|
|
Loading…
Reference in New Issue