Changeset 2577 for trunk/wp-content/themes/classic/index.php
- Timestamp:
- 05/01/2005 06:51:10 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/classic/index.php
r2417 r2577 7 7 <?php the_date('','<h2>','</h2>'); ?> 8 8 9 <div class="post" >10 <h3 class="storytitle" id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>9 <div class="post" id="post-<?php the_ID(); ?>"> 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_author() ?> @ <?php the_time() ?> <?php edit_post_link(__('Edit This')); ?></div> 12 12
Note: See TracChangeset
for help on using the changeset viewer.