Changeset 1398 for trunk/index.php
- Timestamp:
- 06/10/2004 07:42:48 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r1390 r1398 38 38 <div class="post"> 39 39 <h3 class="storytitle" id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h3> 40 <div class="meta"><?php _e("Filed under:"); ?> <?php the_category( ) ?> — <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(__('Edit This')); ?></div>40 <div class="meta"><?php _e("Filed under:"); ?> <?php the_category(',') ?> — <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(__('Edit This')); ?></div> 41 41 42 42 <div class="storycontent"> … … 53 53 --> 54 54 55 <?php include(ABSPATH . 'wp-comments.php'); ?>56 55 </div> 56 57 <?php comments_template(); // Get wp-comments.php template ?> 57 58 58 59 <?php endforeach; else: ?>
Note: See TracChangeset
for help on using the changeset viewer.