diff --git a/page.php b/page.php index 6b97caca..075a0985 100644 --- a/page.php +++ b/page.php @@ -21,10 +21,10 @@ get_header(); ?> + // If comments are open or we have at least one comment, load up the comment template + if ( comments_open() || '0' != get_comments_number() ) + comments_template( '', true ); + ?>