Make WordPress Core


Ignore:
Timestamp:
05/01/2005 06:51:10 PM (21 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/page.php

    r2135 r2577  
    44
    55    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    6         <div class="post">
    7         <h2 id="post-<?php the_ID(); ?>"><?php the_title(); ?></h2>
     6        <div class="post" id="post-<?php the_ID(); ?>">
     7        <h2><?php the_title(); ?></h2>
    88            <div class="entrytext">
    99                <?php the_content('<p class="serif">Read the rest of this page &raquo;</p>'); ?>
Note: See TracChangeset for help on using the changeset viewer.