Tools
Relative Post Time
Description
Replaces the timestamp on a post with a relative time, e.g 1 day 4 hours 23 minutes ago.
Download
You can download the elapsed time wordpress plugin here.
Installation
Unzip the file, upload to your wordpress plugin folder and enable. Then look in your main index template for some code that looks like <?php the_time() ?> and replace with the code below, easy.
<small>This entry was posted
<?php
echo display_elapsed_time();
?> ago.
</small>
I hate said
Description
Replaces: Commentor Name said, with Commentor Name random said alternative
Download
You can download the I hate said plugin here.
Install
Upload the plugin to your plugins directory and enable. Then goto your theme editor and open the comments.php template.
Find this: <?php _e(’Said:’); ?>
and replace it with this: <?php _e(i_hate_said()); ?>.
