Ticket #7453: 7453.diff
| File 7453.diff, 819 bytes (added by , 18 years ago) |
|---|
-
wp-content/themes/default/single.php
25 25 You'll need to download this plugin, and follow the instructions: 26 26 http://binarybonsai.com/archives/2004/08/17/time-since-plugin/ */ 27 27 /* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?> 28 on <?php the_time('l, F jS, Y ') ?> at <?php the_time() ?>28 on <?php the_time('l, F jS, Y,') ?> at <?php the_time() ?> 29 29 and is filed under <?php the_category(', ') ?>. 30 30 You can follow any responses to this entry through the <?php post_comments_feed_link('RSS 2.0'); ?> feed. 31 31