हे प्लगइन WordPress च्या शेवटच्या 3 महत्त्वाच्या प्रमुख पुनर्वितरणांच्या साथी चाचणी झालेले नाही. हे येथे वापरल्यास सामर्थ्य देणार नाही किंवा त्या आधारित असु शकते आणि WordPress च्या अधिक अद्ययावत आवृत्तींसह वापरताना संगतता समस्यांची शक्यता आहे.

WP-RelativeDate

वर्णन

Like ‘Today’, ‘Yesterday’, ‘2 Days Ago’, ‘2 Weeks Ago’, ‘2 ‘Seconds Ago’, ‘2 Minutes Ago’, ‘2 Hours Ago’.

General Usage

You need not do anything. WP-RelativeDate will automatically modify your post/comment date or time display. No text will be added if the post or comment is more than a month old.

It will add the following text accordingly:
* Post/Comment Date
* Today
* Yesterday
* X days ago
* X weeks ago
* Post/Comment Time
* X seconds ago
* X minutes ago
* X hours ago

Examples

  • Post/Comment Date
    • Today
    • Yesterday
    • 10th January 2007 (2 days ago)
    • 25th January 2007 (2 weeks ago)
  • Post/Comment Time
    • 21:10 (2 seconds ago)
    • 21:15 (5 minutes ago)
    • 22:15 (2 hours ago)

Shortcodes

  • [relativedate]
    • [relativedate date_format="jS F Y" ago_only="false"]
  • [relativetime]
    • [relativetime time_format="H:i" ago_only="false"]

Build Status

Development

https://github.com/lesterchan/wp-relativedate

Translations

http://dev.wp-plugins.org/browser/wp-relativedate/i18n/

Credits

Donations

I spent most of my free time creating, updating, maintaining and supporting these plugins, if you really love my plugins and could spare me a couple of bucks, I will really appreciate it. If not feel free to use it without any obligations.

स्क्रीनशॉट

  • Post – Today
  • Post – Yesterday
  • Post – Days Ago
  • Post – Weeks Ago
  • Comment – Seconds Ago

नेहमी विचारले जाणारे प्रश्न

Display Relative Date in every posts

  • If you want to display Relative Date in every posts, use relative_post_the_date() instead of the_date() in your theme.

समीक्षा

सर्व 2 पुनरावलोकने वाचा

योगदानकर्ते आणि विकसक

“WP-RelativeDate” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.

योगदानकर्ते

“WP-RelativeDate” 2 लोकॅलसमध्ये भाषांतरित केले आहे. अनुवादकांना त्यांच्या योगदानाबद्दल धन्यवाद.

भाषांतर करा “WP-RelativeDate” तुमच्या भाषेत.

विकासातील आग्रह?

कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.

बदलांची यादी

Version 1.51

  • NEW: Add in [relativedate] and [relativetime] shortcode.

Version 1.50 (01-06-2009)

  • NEW: Use _n() Instead Of __ngettext() And _n_noop() Instead Of __ngettext_noop()

Version 1.40 (12-12-2008)

  • FIXED: Pass In Default Values For $d, $before And $after In relative_post_date()

Version 1.31 (16-07-2008)

  • NEW: Works For WordPress 2.6
  • NEW: Better Translation Using __ngetext() by Anna Ozeritskaya

Version 1.30 (01-06-2008)

  • NEW: Uses /wp-relativedate/ Folder Instead Of /relativedate/
  • NEW: Uses wp-relativedate.php Instead Of relativedate.php

Version 1.20 (01-10-2007)

  • New: relative_post_the_date(); Alternative To WordPress the_date()

Version 1.11 (01-06-2007)

  • FIXED: Post Of The Same Date But Different Year Still Will Not Display Relative Date

Version 1.10 (01-02-2007)

  • NEW: Works For WordPress 2.1 Only
  • NEW: Localization WP-RelativeDate

Version 1.00 (01-03-2006)

  • NEW: Initial Release