=== Clickable Date === Contributors: iacons Donate link: http://iacons.net/ Tags: date Requires at least: 1.5 Tested up to: 2.2.1 Stable tag: 0.6 Makes your posts' publication dates clickable == Description == Converts your posts' publication dates into clickable links which point to the archives. == Installation == 1. Upload `clickable-date.php` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Finally you should edit some of your theme files and replace the functions `the_time` and `the_date` to `clickable_time` and `clickable_date` respectively. In most cases, you should replace one or more of the following files: `index.php`, `category.php`, `home.php` and `single.php` That's all. Congratulations, you've just installed and enable clickable date. == Frequently Asked Questions == = Does this work with ugly permalinks? (?p=123) = Of course! :)