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/default/index.php

    r2423 r2577  
    77        <?php while (have_posts()) : the_post(); ?>
    88               
    9             <div class="post">
    10                 <h2 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
     9            <div class="post" id="post-<?php the_ID(); ?>">
     10                <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
    1111                <small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></small>
    1212               
Note: See TracChangeset for help on using the changeset viewer.