Easy Relative Date
Easy Relative Date is a simple plugin to add relative date support on wordpress powered websites.
Maintenance 20/1005976d since update
Active installs
0
Downloads
2,268
Reviews
0
Age
16.4y
Tagspostscommentsdatetimerelativedaterelative date
Plugin info
Total downloads: 2,268
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 8/21/2009 (5976 days ago)
Added to WordPress: 8/13/2009 (16 years old)
Minimum WordPress version: f
Tested up to WordPress version: 2.8.4
Minimum PHP version: f
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 5976 days ago
20/100
Is Easy Relative Date abandoned?
Possibly abandoned (last update 5976 days ago).
Compatibility
Requires WordPress: f
Tested up to: 2.8.4
Requires PHP: f
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
No similar plugins found yet.
Description
Easy Relative Date is a simple plugin to add relative date supports on wordpress powered websites, like ‘Today’, ‘Yesterday’, ‘2 Days Ago’, ‘2 Weeks Ago’, ‘2 ‘Seconds Ago’, ‘2 Minutes Ago’, ‘2 Hours Ago’. The main advantage of the plugin is that it doesn’t override standard wordpress the_date() and the_time() functions, so you can use these functions if you need as well.
Installation
- Upload
Easy Relative Datefolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Place
<?php if(!function_exists('easy_relative_date')){the_time('F jS, Y'); } else { echo easy_relative_date(get_the_time('U')); } ?>in your templates for entries and<?php if(!function_exists('easy_relative_date')){comment_date() . ' at ' . comment_time(); } else { echo easy_relative_date(get_comment_time('U')); } ?>for comments.
Frequently Asked Questions
Coming Soon
Review feed
No reviews available
Screenshots
No screenshots available
Changelog
1.2
- Added localization support.
1.1
- Count seconds as well. It used to write “A moment ago” if the post was published less than a minute ago.
1.0
- Initial Release.