Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/classic/index.php

    r3517 r2577  
    66
    77<?php the_date('','<h2>','</h2>'); ?>
    8 
     8   
    99<div class="post" id="post-<?php the_ID(); ?>">
    1010     <h3 class="storytitle"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
    1111    <div class="meta"><?php _e("Filed under:"); ?> <?php the_category(',') ?> &#8212; <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(__('Edit This')); ?></div>
    12 
     12   
    1313    <div class="storycontent">
    1414        <?php the_content(__('(more...)')); ?>
    1515    </div>
    16 
     16   
    1717    <div class="feedback">
    1818            <?php wp_link_pages(); ?>
Note: See TracChangeset for help on using the changeset viewer.