This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Clickable Date

Description

Converts your posts publication dates into clickable links which point back to the archive.

Installation

  1. Upload clickable-date.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

That’s all. Congratulations, you’ve just installed and enable clickable date.

FAQ

Does this work with ugly permalinks? (?p=123)

Of course! 🙂

I’ve installed and enabled the plugin but nothing changed! What’s wrong?

Unfortunately, the dates are not converted automatically in WordPress versions prior to 2.x. Don’t worry though, the plugin is still working but you have to replace some function calls on your own. In most of the cases, you should replace the_time(); with clickable_time(); and the_date(); with clickable_date();. Just have a look at your themes files index.php, single.php, category.php and archive.php and you will find what are you looking for!

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Clickable Date” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Clickable Date” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.