Changeset 8637 for trunk/wp-content/themes/default/index.php
- Timestamp:
- 08/13/2008 06:21:52 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/default/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/index.php
r6132 r8637 7 7 <?php while (have_posts()) : the_post(); ?> 8 8 9 <div class="post " id="post-<?php the_ID(); ?>">9 <div class="post<?php sticky_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.