]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/classic/index.php
Wordpress 2.7.1
[autoinstalls/wordpress.git] / wp-content / themes / classic / index.php
index d6ca2ca4f96cc698820b5b46bcfef1f0a42a661f..6cb8c63f603b6d1aae11b4d0c52057a29d0ec437 100644 (file)
@@ -1,4 +1,8 @@
 <?php
+/**
+ * @package WordPress
+ * @subpackage Classic_Theme
+ */
 get_header();
 ?>
 
@@ -6,7 +10,7 @@ get_header();
 
 <?php the_date('','<h2>','</h2>'); ?>
 
-<div class="post" id="post-<?php the_ID(); ?>">
+<div <?php post_class() ?> id="post-<?php the_ID(); ?>">
         <h3 class="storytitle"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
        <div class="meta"><?php _e("Filed under:"); ?> <?php the_category(',') ?> &#8212; <?php the_tags(__('Tags: '), ', ', ' &#8212; '); ?> <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(__('Edit This')); ?></div>