Archive for February, 2005

A rainy day in Washington, DC

No, this isn’t a tropical rain forest. It’s the view out my bedroom window in the middle of one Washington’s really impressive summer storms.

Glover Park on a rainy day

WordPress plugin: the_time_modified

This is a really simple WordPress plugin that works in exactly the same way as the_time except that, rather than returning the time a post was published, it returns the last time it was modified. In every other respect it’s exactly the same as the_time.

To use it, simply enter the function within the WordPress loop like so:

the_time_modified();

Of course, you can enter arguements within in the parentheses. All the options are exactly the same as for the_time.

You can download it here.