Changeset 8638 for trunk/wp-content/themes/default/index.php
- Timestamp:
- 08/13/2008 07:09:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/index.php
r8637 r8638 7 7 <?php while (have_posts()) : the_post(); ?> 8 8 9 <div class="post<?php sticky_class(); ?>"id="post-<?php the_ID(); ?>">9 <div <?php post_class() ?> id="post-<?php the_ID(); ?>"> 10 10 <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2> 11 11 <small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></small>
Note: See TracChangeset
for help on using the changeset viewer.