هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

Simple Relative Date

الوصف

This was based on Lester Chan’s Relative Date plugin.
It tries to simplify things a bit. This plugin can:

  • Replace the_date() in the post
  • Replace get_comment_date() or comment_date() in the comments

Note that if your theme is writing the date in a different form, it won’t work. You have to
replace its function call to one of the above (in the TwentyTen theme for example, replace twentyten_posted_on()
by the_date().

Also important to say that, comment replacement won’t work if you are using the default wp comment renderer because
it calls get_comment_time() as well. You have to do a customized callback function to use with
wp_list_comments( array( ‘callback’ => ‘your_customized_function_here’ ) ). (ok, maybe things were not
simplified that much :/)

There is a options page (under settings in the Admin) where you can choose which dates you
want to replace (posts/comments). Posts date are by default checked.

Portuguese translation included.

التنصيب

  1. Upload wp-simplerelativedate.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. If necessary, change the plugin’s options in the options page under settings menu.

المراجعات

لا توجد مراجعات لهذه الإضافة.

المساهمون والمطوّرون

“Simple Relative Date” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”Simple Relative Date“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.