Make WordPress Core


Ignore:
Timestamp:
05/01/2005 06:51:10 PM (20 years ago)
Author:
matt
Message:

Move ID to surrounding div - http://mosquito.wordpress.org/view.php?id=1185

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/classic/index.php

    r2417 r2577  
    77<?php the_date('','<h2>','</h2>'); ?>
    88   
    9 <div class="post">
    10      <h3 class="storytitle" id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
     9<div class="post" id="post-<?php the_ID(); ?>">
     10     <h3 class="storytitle"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
    1111    <div class="meta"><?php _e("Filed under:"); ?> <?php the_category(',') ?> &#8212; <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(__('Edit This')); ?></div>
    1212   
Note: See TracChangeset for help on using the changeset viewer.