Make WordPress Core


Ignore:
Timestamp:
03/26/2007 08:08:31 AM (18 years ago)
Author:
matt
Message:

Basic theme support for tags.

File:
1 edited

Legend:

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

    r3517 r5111  
    1515                </div>
    1616
    17                 <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>
     17                <p class="postmetadata"><?php the_tags('Tags: ', ', ', '<br />'); ?> 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>
    1919
Note: See TracChangeset for help on using the changeset viewer.