Make WordPress Core

Changeset 1398 for trunk/index.php


Ignore:
Timestamp:
06/10/2004 07:42:48 AM (21 years ago)
Author:
saxmatt
Message:

Move comments include into function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r1390 r1398  
    3838<div class="post">
    3939     <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() ?> &#8212; <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(__('Edit This')); ?></div>
     40    <div class="meta"><?php _e("Filed under:"); ?> <?php the_category(',') ?> &#8212; <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(__('Edit This')); ?></div>
    4141   
    4242    <div class="storycontent">
     
    5353    -->
    5454
    55 <?php include(ABSPATH . 'wp-comments.php'); ?>
    5655</div>
     56
     57<?php comments_template(); // Get wp-comments.php template ?>
    5758
    5859<?php endforeach; else: ?>
Note: See TracChangeset for help on using the changeset viewer.