Make WordPress Core


Ignore:
Timestamp:
11/07/2005 09:31:05 AM (19 years ago)
Author:
matt
Message:

Some tweaks to the default theme, fixes #1847 and the custom header validation error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/archive.php

    r2857 r3006  
    4141               
    4242                <div class="entry">
    43                     <?php the_excerpt() ?>
     43                    <?php the_content() ?>
    4444                </div>
    4545       
    46                 <p class="postmetadata">Posted in <?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Edit','','<strong>|</strong>'); ?>  <?php comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;'); ?></p>
     46                <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>
    4747
    4848            </div>
Note: See TracChangeset for help on using the changeset viewer.