]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/default/page.php
WordPress 4.2.2-scripts
[autoinstalls/wordpress.git] / wp-content / themes / default / page.php
index 660e47744b2cee9bc4126f6c8ce89a01e36c9c52..87b3dd5256f94e1f9b698df53d264e93731a4540 100644 (file)
@@ -20,6 +20,9 @@ get_header(); ?>
                </div>
                <?php endwhile; endif; ?>
        <?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?>
+       
+       <?php comments_template(); ?>
+       
        </div>
 
 <?php get_sidebar(); ?>