Make WordPress Core


Ignore:
Timestamp:
06/26/2006 07:33:36 PM (20 years ago)
Author:
ryan
Message:

Default theme updates. fixes #1941

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/wp-content/themes/default/index.php

    r3006 r3925  
    44
    55        <?php if (have_posts()) : ?>
    6                
     6
    77                <?php while (have_posts()) : the_post(); ?>
    8                                
     8
    99                        <div class="post" id="post-<?php the_ID(); ?>">
    1010                                <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
    1111                                <small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></small>
    12                                
     12
    1313                                <div class="entry">
    1414                                        <?php the_content('Read the rest of this entry &raquo;'); ?>
    1515                                </div>
    16                
     16
    1717                                <p class="postmetadata">Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?>  <?php comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;'); ?></p>
    1818                        </div>
    19        
     19
    2020                <?php endwhile; ?>
    2121
     
    2424                        <div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></div>
    2525                </div>
    26                
     26
    2727        <?php else : ?>
    2828
Note: See TracChangeset for help on using the changeset viewer.