Changeset 8637 for trunk/wp-content/themes/classic/index.php
- Timestamp:
- 08/13/2008 06:21:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/classic/index.php
r7869 r8637 7 7 <?php the_date('','<h2>','</h2>'); ?> 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 <h3 class="storytitle"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3> 11 11 <div class="meta"><?php _e("Filed under:"); ?> <?php the_category(',') ?> — <?php the_tags(__('Tags: '), ', ', ' — '); ?> <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(__('Edit This')); ?></div>
Note: See TracChangeset
for help on using the changeset viewer.