Changeset 4495 for trunk/wp-content/themes/default/single.php
- Timestamp:
- 11/19/2006 07:56:05 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/default/single.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/single.php
r4264 r4495 3 3 <div id="content" class="widecolumn"> 4 4 5 <?php if (have_posts()) : while (have_posts()) : the_post(); ?>5 <?php if (have_posts()) : while (have_posts()) : the_post(); ?> 6 6 7 7 <div class="navigation"> … … 24 24 You'll need to download this plugin, and follow the instructions: 25 25 http://binarybonsai.com/archives/2004/08/17/time-since-plugin/ */ 26 /* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?> 26 /* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?> 27 27 on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?> 28 28 and is filed under <?php the_category(', ') ?>. 29 You can follow any responses to this entry through the <?php comments_rss_link('RSS 2.0'); ?> feed. 29 You can follow any responses to this entry through the <?php comments_rss_link('RSS 2.0'); ?> feed. 30 30 31 31 <?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
Note: See TracChangeset
for help on using the changeset viewer.