]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/default/page.php
Wordpress 3.0.3-scripts
[autoinstalls/wordpress.git] / wp-content / themes / default / page.php
index bd77efb67992319d0f01092ce80499425a4c0614..87b3dd5256f94e1f9b698df53d264e93731a4540 100644 (file)
@@ -6,7 +6,7 @@
 
 get_header(); ?>
 
-       <div id="content" class="narrowcolumn">
+       <div id="content" class="narrowcolumn" role="main">
 
                <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
                <div class="post" id="post-<?php the_ID(); ?>">
@@ -20,8 +20,11 @@ get_header(); ?>
                </div>
                <?php endwhile; endif; ?>
        <?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?>
+       
+       <?php comments_template(); ?>
+       
        </div>
 
 <?php get_sidebar(); ?>
 
-<?php get_footer(); ?>
\ No newline at end of file
+<?php get_footer(); ?>