Changeset 10690 for trunk/wp-content/themes/default/single.php
- Timestamp:
- 03/03/2009 10:08:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/single.php
r8999 r10690 31 31 <?php /* This is commented, because it requires a little adjusting sometimes. 32 32 You'll need to download this plugin, and follow the instructions: 33 http://binarybonsai.com/ archives/2004/08/17/time-since-plugin/ */33 http://binarybonsai.com/wordpress/time-since/ */ 34 34 /* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?> 35 35 on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?>
Note: See TracChangeset
for help on using the changeset viewer.