diff --git a/single.php b/single.php index eff8de6..fdd1067 100644 --- a/single.php +++ b/single.php @@ -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); + ?>