WordPress plugin: wp-days-ago
Update: A new version of this plugin is now available. All users are encouraged to upgrade to version 2.0. More information is available here.
My very first attempt on a WordPress plugin is actually just a copy/past job from my own CMS. I wanted to get functionality I could not find in any other plugins: I simply wanted to display the number of days since a post or page was published.
The plugin will only display years and days and will not take into account that 24 hours are one day. If you publish a page or a post at 23:59, it will be marked with “yesterday” at 00:00 even if it’s only a minute since you published. In some cases, the plugin will display a human readable text instead of the days count. Today is “today” and not “0 days ago”. Yesterday is, well, “yesterday”, while anything published seven days ago is posted “a week ago”. If an entry is more than a year old, the plugin will display the post date as “X year, Y days”.
If you want to use it yourself, simply follow these instructions:
- Download here (v1.0).
- Unzip the contents of the downloaded file to the /wp-content/plugins/ directory of your WordPress installation.
- Log in to your WordPress dashboard and activate the wp_days_ago plugin that should now be visible in the list.
- You can now insert anywhere in The Loop in your WordPress theme.
The wp_days_ago plugin takes one parameter; the timezone offset between your WordPress time zone settings and the server your WordPress installation is running on. In my case I write everything in Central European Time, but the server is located in Sydney, Australia. That’s a -8 hour time zone offset from the server to my local time, and to get things right, I have to use -8 as the time zone offset parameter, like this: .
This plugin is also available through the WordPress plugin directory.
Feedback
Do you have any thoughts you want to share? A question, maybe? Or is something in this post just plainly wrong? Then please send an e-mail to vegard at vegard dot net
with your input. You can also use any of the other points of contact listed on the About page.
[…] wp-days-ago,提示文章或者页面是多少时间前撰写的。 用过twitter的朋友都知道twitter会提示你follow的朋友某条信息是多久前发出的,这个插件就是用来实现这样一个效果。当然作为Blog不用像twitter那样精确到秒或者分钟,本插件会提示文章是“今天” “昨天” “x天前” “上星期” “x年又x天”。 […]
i know this is an odd request, but would it be possible to make this backwards-compatible with WP 2.3.3?
nm… found a relative date plugin =)
Thanx for plugin. You write in wordpress extend. can you edit it? http://wordpress.org/extend/plugins/wp-days-ago/installation/
[…] ich das plugin von vegard skjefstad installiert habe, ist mir bewußt geworden wie informativ diese darstellung der vergangenen tage […]
I really love this plugin!! soo simple♥(^з^)
love this plugin
thanks
Started using this on my site for the top featured list. Very nice, tight plugin.
Thanks for taking your time to make it!!!!